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.
2 parents a7b8b84 + c163a69 commit 5711f95Copy full SHA for 5711f95
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