Skip to content

Commit

Permalink
Revert "chore: Add custom browserslist (#2290)" (#2313)
Browse files Browse the repository at this point in the history
This reverts commit f5abc2e.
  • Loading branch information
cmaddox5 authored Nov 26, 2024
1 parent ede3455 commit c98aa3e
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 196 deletions.
12 changes: 0 additions & 12 deletions assets/.browserslistrc

This file was deleted.

15 changes: 0 additions & 15 deletions assets/babel.config.json

This file was deleted.

5 changes: 0 additions & 5 deletions assets/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import pluginReactConfig from "eslint-plugin-react/configs/recommended.js";
import pluginReactHooks from "eslint-plugin-react-hooks";
import eslintConfigPrettier from "eslint-config-prettier";
import jestPlugin from "eslint-plugin-jest";
import compat from "eslint-plugin-compat";

export default [
{ languageOptions: { globals: globals.browser } },
Expand Down Expand Up @@ -49,8 +48,4 @@ export default [
],
},
},
{
...compat.configs["flat/recommended"],
files: ["**/*.{ts, tsx}"],
},
];
180 changes: 19 additions & 161 deletions assets/package-lock.json

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

2 changes: 0 additions & 2 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@
"@types/react-router-dom": "^5.1.8",
"@types/webpack-env": "^1.18.4",
"babel-loader": "^8.2.2",
"browserslist": "^4.24.2",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.2.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
Expand Down
Loading

0 comments on commit c98aa3e

Please sign in to comment.