mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-06 19:16:40 +01:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"indent": [true, "spaces", 4],
|
|
"semicolon": [false, "always"]
|
|
},
|
|
"rulesDirectory": [],
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"node_modules/**"
|
|
]
|
|
}
|
|
} |