Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Sep 20, 2024
1 parent de66c99 commit d34b20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ module.exports = {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
"@typescript-eslint/no-var-requires": "warn",
"@typescript-eslint/no-require-imports": "warn"
"@typescript-eslint/no-require-imports": "warn",
},
};

0 comments on commit d34b20a

Please sign in to comment.