stock-api/.eslintrc
2020-07-21 16:53:37 +08:00

15 lines
265 B
Plaintext

{
"extends": ["taro"],
"rules": {
"semi": ["error", "always"]
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"useJSXTextNode": true,
"project": "./tsconfig.json"
}
}