mirror of https://gitee.com/antv-l7/antv-l7
21 lines
383 B
JSON
21 lines
383 B
JSON
{
|
|
"extends": [
|
|
"tslint:latest",
|
|
"tslint-react",
|
|
"tslint-plugin-prettier",
|
|
"tslint-config-prettier"
|
|
],
|
|
"rules": {
|
|
"prettier": true,
|
|
"quotemark": [
|
|
true,
|
|
"single",
|
|
"avoid-escape",
|
|
"avoid-template",
|
|
"jsx-double"
|
|
],
|
|
"no-bitwise": false,
|
|
"object-literal-sort-keys": false,
|
|
"no-implicit-dependencies": false
|
|
}
|
|
} |