mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
19 lines
337 B
Plaintext
19 lines
337 B
Plaintext
{
|
|
"extends": "eslint-config-ali",
|
|
"globals": {
|
|
"my": true,
|
|
"wx": true,
|
|
"App": true,
|
|
"Component": true,
|
|
"Page": true
|
|
},
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"typescript"
|
|
],
|
|
"rules": {
|
|
"typescript/class-name-casing": "error",
|
|
"typescript/type-annotation-spacing": "error"
|
|
}
|
|
}
|