mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
eslint rule:frontend for specifying the path to the @types/
This commit is contained in:
parent
139ae89563
commit
27946f1d03
1 changed files with 9 additions and 1 deletions
|
|
@ -52,7 +52,15 @@
|
|||
"react": {
|
||||
"version": "detect"
|
||||
},
|
||||
"import/resolver": "webpack"
|
||||
"import/resolver": {
|
||||
"node": {
|
||||
"extensions": [".js", ".ts"],
|
||||
"paths": ["node_modules/", "node_modules/@types"]
|
||||
},
|
||||
"webpack": {
|
||||
"config": "./webpack.config.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
"globals": {
|
||||
"fetch": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue