mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed typos
This commit is contained in:
parent
6066c91060
commit
840af25df4
17 changed files with 438 additions and 125 deletions
28
tslint.json
Normal file
28
tslint.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": ["tslint-config-airbnb", "tslint-react", "tslint:recommended", "tslint-react-hooks"],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"quotemark": [true, "single", "jsx-double"],
|
||||
"react-hooks-nesting": "error",
|
||||
"ordered-imports": false,
|
||||
"import-name": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"no-console": [true, "warning"],
|
||||
"arrow-parens": [true, "ban-single-arg-parens"],
|
||||
"ter-arrow-parens": [true, "as-needed"],
|
||||
"curly": false,
|
||||
"variable-name": [true, "ban-keywords", "allow-snake-case", "allow-pascal-case"],
|
||||
"no-var-requires": false,
|
||||
"no-nested-ternary": true,
|
||||
"jsx-key": true,
|
||||
"jsx-self-close": true,
|
||||
"jsx-wrap-multiline": true,
|
||||
"jsx-alignment": true,
|
||||
"jsx-curly-spacing": [true, "never"],
|
||||
"jsx-equals-spacing": [true, "never"],
|
||||
"jsx-no-multiline-js": false,
|
||||
"jsx-boolean-value": false
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue