mirror of https://gitee.com/antv-l7/antv-l7
25 lines
429 B
JSON
25 lines
429 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": [true, "dev"]
|
|
},
|
|
"globals": {
|
|
"AMap": true
|
|
}
|
|
}
|