Skip to content

Commit

Permalink
Remove non existing file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 27, 2024
1 parent d5f80ac commit 5ed8bdc
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 @@ -11,7 +11,7 @@ module.exports = {
},

parserOptions: {
project: ['./tsconfig.json', './plugin/tsconfig.json'],
project: './tsconfig.json',
ecmaFeatures: {jsx: true},
ecmaVersion: 2018,
sourceType: 'module',
Expand Down

0 comments on commit 5ed8bdc

Please sign in to comment.