mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-01-23 22:40:21 +08:00
15 lines
265 B
Plaintext
15 lines
265 B
Plaintext
|
{
|
||
|
"extends": ["taro"],
|
||
|
"rules": {
|
||
|
"semi": ["error", "always"]
|
||
|
},
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"parserOptions": {
|
||
|
"ecmaFeatures": {
|
||
|
"jsx": true
|
||
|
},
|
||
|
"useJSXTextNode": true,
|
||
|
"project": "./tsconfig.json"
|
||
|
}
|
||
|
}
|