init: Create & Init Taro TeraWallet
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
15
.eslintrc
Normal file
15
.eslintrc
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": ["taro"],
|
||||
"rules": {
|
||||
"no-unused-vars": ["error", { "varsIgnorePattern": "Taro" }],
|
||||
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".tsx"] }]
|
||||
},
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
},
|
||||
"useJSXTextNode": true,
|
||||
"project": "./tsconfig.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user