Skip to content

Commit

Permalink
changes in .eslintignore and .eslintrc to make most errors go away
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed May 18, 2024
1 parent a9c92fe commit 75aad96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/src/lib/
/dist/**
/src/editor/lib/
/dist/
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": ["eslint:recommended", "plugin:react/recommended", "plugin:react/jsx-runtime", "standard", "plugin:storybook/recommended"],
"rules": {
"indent": "off",
"multiline-ternary": "off",
"no-console": "off",
"no-lone-blocks": "off",
Expand All @@ -19,6 +20,7 @@
},
"globals": {
"AFRAME": true,
"STREET": true,
"THREE": true
},
"parser": "@babel/eslint-parser",
Expand Down

0 comments on commit 75aad96

Please sign in to comment.