feat(typescript): Removed overrides
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
6c7cf2ef09
commit
5b981c9788
@ -1 +0,0 @@
|
|||||||
{}
|
|
@ -1,5 +1,4 @@
|
|||||||
import rDefault from "./rules/typescript/default.json";
|
import rDefault from "./rules/typescript/default.json";
|
||||||
import rOverrides from "./rules/typescript/overrides.json";
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"extends": [
|
"extends": [
|
||||||
@ -9,19 +8,9 @@ module.exports = {
|
|||||||
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
||||||
"plugin:import/typescript",
|
"plugin:import/typescript",
|
||||||
],
|
],
|
||||||
"overrides": [
|
|
||||||
{
|
|
||||||
files: [
|
|
||||||
"*.ts",
|
|
||||||
"*.tsx",
|
|
||||||
],
|
|
||||||
rules: { ...rOverrides },
|
|
||||||
},
|
|
||||||
],
|
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@typescript-eslint",
|
"@typescript-eslint",
|
||||||
"import",
|
|
||||||
],
|
],
|
||||||
"rules": { ...rDefault },
|
"rules": { ...rDefault },
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user