mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-12-02 03:07:37 +08:00
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"interface-name": [false],
|
|
"no-console": [false],
|
|
"quotemark": [true, "single"]
|
|
},
|
|
"rulesDirectory": []
|
|
}
|