mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 09:35:02 +09:00
23 lines
No EOL
370 B
JSON
23 lines
No EOL
370 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint-react"
|
|
],
|
|
"jsRules": {
|
|
},
|
|
"rules": {
|
|
"member-access": false,
|
|
"ordered-imports": false,
|
|
"quotemark": false,
|
|
"no-console": false,
|
|
"semicolon": false,
|
|
"jsx-no-lambda": false,
|
|
"jsx-no-multiline-js": false
|
|
},
|
|
"rulesDirectory": [],
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"node_modules/**/*.ts"
|
|
]
|
|
}
|
|
} |