mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-19 04:11:24 +02:00
11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": ["tslint:latest", "tslint-react"],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"interface-name": false,
|
|
"jsx-no-multiline-js": false,
|
|
"quotemark": ["single"]
|
|
},
|
|
"rulesDirectory": []
|
|
} |