Skip to content

Commit

Permalink
remove import/no-unresolved rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-dot committed Jul 2, 2023
1 parent 9008221 commit b3c64bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion who-metrics-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ const baseConfig = {
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended",
"plugin:primer-react/recommended",
"next",
],
parserOptions: {
project: "./tsconfig.json",
tsconfigRootDir: __dirname,
},
ignorePatterns: ["*__generated__*"],
rules: {
"import/no-unresolved": ["error"],
"compat/compat": ["error"],
"delegated-events/global-on": ["error"],
"delegated-events/no-high-freq": ["error"],
Expand Down

0 comments on commit b3c64bd

Please sign in to comment.