Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed May 12, 2023
1 parent 57e5c5b commit d8f1277
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ignorePatterns": [
"node_modules/",
"**/node_modules/",
"/**/node_modules/*",
"out/",
"dist/",
"build/"
]
}
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

module.exports = {
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
},
};
2 changes: 1 addition & 1 deletion src/iconify-bundle/icons-bundle-react.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8f1277

Please sign in to comment.