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 rOverrides from "./rules/typescript/overrides.json";
|
||||
|
||||
module.exports = {
|
||||
"extends": [
|
||||
@ -9,19 +8,9 @@ module.exports = {
|
||||
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
||||
"plugin:import/typescript",
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
files: [
|
||||
"*.ts",
|
||||
"*.tsx",
|
||||
],
|
||||
rules: { ...rOverrides },
|
||||
},
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": [
|
||||
"@typescript-eslint",
|
||||
"import",
|
||||
],
|
||||
"rules": { ...rDefault },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user