1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00
anytype-ts/tslint.json
2019-09-07 18:54:48 +03:00

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"
]
}
}