mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
chore: remove old tslint config
This commit is contained in:
-35
@@ -1,35 +0,0 @@
|
|||||||
{
|
|
||||||
"defaultSeverity": "error",
|
|
||||||
"extends": [
|
|
||||||
"tslint:latest",
|
|
||||||
"tslint-config-prettier",
|
|
||||||
"tslint-eslint-rules",
|
|
||||||
"tslint-react-hooks"
|
|
||||||
],
|
|
||||||
"linterOptions": {
|
|
||||||
"exclude": ["node_modules"]
|
|
||||||
},
|
|
||||||
"rules": {
|
|
||||||
"no-constant-condition": true,
|
|
||||||
"no-console": false,
|
|
||||||
"interface-name": [true, "always-prefix"],
|
|
||||||
"object-curly-spacing": true,
|
|
||||||
"object-literal-sort-keys": false,
|
|
||||||
|
|
||||||
"member-access": [true, "no-public"],
|
|
||||||
"no-var-keyword": true,
|
|
||||||
"typedef": [
|
|
||||||
true,
|
|
||||||
"parameter",
|
|
||||||
"property-declaration",
|
|
||||||
"member-variable-declaration"
|
|
||||||
],
|
|
||||||
"no-eval": true,
|
|
||||||
"no-parameter-reassignment": true,
|
|
||||||
"no-submodule-imports": false,
|
|
||||||
"no-unused-variable": true,
|
|
||||||
|
|
||||||
"react-hooks-nesting": "error"
|
|
||||||
},
|
|
||||||
"rulesDirectory": ["node_modules/tslint-eslint-rules/dist/rules"]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user