-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
v8tenko
committed
Oct 12, 2023
1 parent
7d5c180
commit 5af8a74
Showing
11 changed files
with
13,153 additions
and
5,365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,28 @@ | ||
{ | ||
"extends": ["@yandex-cloud/eslint-config", "@yandex-cloud/eslint-config/prettier"], | ||
"extends": ["@diplodoc/eslint-config", "@diplodoc/eslint-config/prettier"], | ||
"root": true, | ||
"overrides": [{ | ||
"files": ["*"], | ||
"rules": { | ||
"@typescript-eslint/no-explicit-any": 2, | ||
"@typescript-eslint/no-namespace": 1, | ||
"no-shadow": "off", | ||
"@typescript-eslint/no-shadow": "off" | ||
"overrides": [ | ||
{ | ||
"files": ["*"], | ||
"rules": { | ||
"@typescript-eslint/no-explicit-any": 2, | ||
"@typescript-eslint/no-namespace": 1, | ||
"no-shadow": "off", | ||
"@typescript-eslint/no-shadow": "off" | ||
} | ||
}, | ||
{ | ||
"files": ["*.ts", "*.tsx"], | ||
"parser": "@typescript-eslint/parser", | ||
"parserOptions": { | ||
"sourceType": "module", | ||
"project": ["./tsconfig.transform.json", "./tsconfig.json"] | ||
} | ||
} | ||
}] | ||
], | ||
"settings": { | ||
"react": { | ||
"version": "detect" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14 | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = require("@yandex-cloud/prettier-config"); | ||
module.exports = require("@diplodoc/prettier-config"); |
Oops, something went wrong.