We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670978f commit 431c361Copy full SHA for 431c361
.eslintrc.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
- parser: 'typescript-eslint-parser',
+ parser: '@typescript-eslint/parser',
3
+ plugins: ['@typescript-eslint'],
4
extends: ['@zazen/eslint-config'],
- plugins: ['typescript'],
5
rules: {},
6
}
0 commit comments