mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-04-28 11:55:43 +08:00
21 lines
363 B
JSON
21 lines
363 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended",
|
|
"tslint-no-unused-expression-chai"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"prettier": true
|
|
},
|
|
"rulesDirectory": [
|
|
"tslint-plugin-prettier"
|
|
],
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/*.js"
|
|
]
|
|
}
|
|
}
|