mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 09:25:55 +08:00
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
{
|
|
"extends": ["taro"],
|
|
"rules": {
|
|
"no-unused-vars": ["error", { "varsIgnorePattern": "Taro" }],
|
|
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".tsx"] }]
|
|
},
|
|
"parser": "babel-eslint",
|
|
"globals": {
|
|
"TARO_APP": 1
|
|
}
|
|
}
|