Commit a9842169 authored by timel's avatar timel

fix: eslint error

parent 6fc33fa6
...@@ -19,7 +19,23 @@ ...@@ -19,7 +19,23 @@
"settings": { "settings": {
"import/resolver": { "import/resolver": {
"node": true, "node": true,
"typescript": true "typescript": true,
"alias": {
"map": [
[
"rust-src",
"/rust-src/pkg"
]
],
"extensions": [
".js",
".jsx",
".ts",
".tsx",
".json",
".wasm"
]
}
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment