Skip to content

Commit

Permalink
added new esling config
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Jun 6, 2024
1 parent b9ec0df commit 7cb168a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@
"@typescript-eslint/no-explicit-any": "off",
"no-prototype-builtins": "off",
"no-control-regex": "off",
"no-misleading-character-class": "off"
"no-misleading-character-class": "off",
"no-empty": "off"
},
"settings": {
"import/resolver": {
"alias": {
"map": [
["#tables", "./src/tables"]
],
"extensions": [".ts", ".js", ".jsx", ".tsx"]
},
"node": {
"extensions": [".js", ".jsx", ".ts", ".tsx"],
"moduleDirectory": ["node_modules", "src/"]
Expand Down

0 comments on commit 7cb168a

Please sign in to comment.