Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 19, 2023
1 parent a57e878 commit 52e9754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ module.exports = {
overrides: [{
files: ['**/*.ts'],
parser: '@typescript-eslint/parser',
plugins: ['eslint-plugin-expect-type'],
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:expect-type/recommended',
],
plugins: ['eslint-plugin-expect-type'],
rules: {
// https://typescript-eslint.io/rules/no-use-before-define#how-to-use
'no-use-before-define': 'off',
Expand Down

0 comments on commit 52e9754

Please sign in to comment.