Skip to content

Commit

Permalink
Clean up some build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
stufreen committed Aug 3, 2023
1 parent 285d010 commit 84446c7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "eslint:recommended",
"extends": ["eslint:recommended", "plugin:react/recommended"],
"env": {
"browser": true,
"jest": true,
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.6.2",
"vite": "^4.4.7"
Expand Down
116 changes: 0 additions & 116 deletions webpack.common.js

This file was deleted.

22 changes: 0 additions & 22 deletions webpack.dev.js

This file was deleted.

20 changes: 0 additions & 20 deletions webpack.prod.js

This file was deleted.

0 comments on commit 84446c7

Please sign in to comment.