remove tsconfig.eslint.json
This commit is contained in:
parent
5a23baa86c
commit
8472b94fcb
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"extends": ["next", "prettier", "airbnb", "airbnb-typescript"],
|
"extends": ["next", "prettier", "airbnb", "airbnb-typescript"],
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"project": "./tsconfig.eslint.json"
|
"project": "./tsconfig.json"
|
||||||
},
|
},
|
||||||
"plugins": ["react", "prettier"],
|
"plugins": ["react", "prettier"],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "./tsconfig.json",
|
|
||||||
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
|
|
||||||
}
|
|
||||||
@ -18,6 +18,6 @@
|
|||||||
"typeRoots": ["node_modules/@types", "@types"]
|
"typeRoots": ["node_modules/@types", "@types"]
|
||||||
},
|
},
|
||||||
"files": ["types/graphql.d.ts"],
|
"files": ["types/graphql.d.ts"],
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user