mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended",
|
|
"tslint-sonarts",
|
|
"tslint-plugin-prettier",
|
|
"tslint-config-prettier"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"prettier": [true, ".prettierrc.yaml"]
|
|
},
|
|
"rulesDirectory": ["tslint-plugin-prettier"]
|
|
}
|