remove tsconfig.eslint.json

This commit is contained in:
Chika 2022-05-17 09:44:48 +03:00
parent 5a23baa86c
commit 8472b94fcb
3 changed files with 2 additions and 6 deletions

View File

@ -6,7 +6,7 @@
},
"extends": ["next", "prettier", "airbnb", "airbnb-typescript"],
"parserOptions": {
"project": "./tsconfig.eslint.json"
"project": "./tsconfig.json"
},
"plugins": ["react", "prettier"],
"rules": {

View File

@ -1,4 +0,0 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -18,6 +18,6 @@
"typeRoots": ["node_modules/@types", "@types"]
},
"files": ["types/graphql.d.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
"exclude": ["node_modules"]
}