There was an error while loading. Please reload this page.
typescript-eslint/parser
1 parent a7b8b84 commit c163a69Copy full SHA for c163a69
lib/configs/typescript.js
@@ -1,8 +1,6 @@
1
module.exports = {
2
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'prettier/@typescript-eslint'],
3
- parserOptions: {
4
- project: './tsconfig.json'
5
- },
+ parser: '@typescript-eslint/parser',
6
plugins: ['@typescript-eslint', 'github'],
7
rules: {
8
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
0 commit comments