Skip to content

Commit

Permalink
Upgrade to latest ESLint config + react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Nov 12, 2023
1 parent 270b4ef commit 04fd6a8
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 52 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc.cjs

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'eslint-config-upleveled';
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "preflight-test-project-react-passing",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
Expand Down Expand Up @@ -37,7 +38,7 @@
"@types/react-dom": "18.2.15",
"@types/testing-library__jest-dom": "5.14.9",
"eslint": "8.53.0",
"eslint-config-upleveled": "6.2.0",
"eslint-config-upleveled": "7.0.0-2",
"expect": "29.7.0",
"stylelint": "15.11.0",
"stylelint-config-upleveled": "1.0.2",
Expand Down
102 changes: 64 additions & 38 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "eslint-config-upleveled/tsconfig.base.json",
"include": [
"**/.eslintrc.cjs",
"**/*.ts",
"**/*.tsx",
"**/*.js",
Expand Down

0 comments on commit 04fd6a8

Please sign in to comment.