this should work

This commit is contained in:
darkicewolf50 2024-03-12 12:19:07 -06:00
parent b7c61304a0
commit 3d0872bd96
2 changed files with 4 additions and 3 deletions

2
package-lock.json generated
View File

@ -12,7 +12,6 @@
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"eslint": "^8.57.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
@ -22,6 +21,7 @@
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.57.0",
"yaml-loader": "^0.8.1" "yaml-loader": "^0.8.1"
} }
}, },

View File

@ -7,7 +7,6 @@
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"eslint": "^8.57.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
@ -20,7 +19,8 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [
@ -41,6 +41,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.57.0",
"yaml-loader": "^0.8.1" "yaml-loader": "^0.8.1"
} }
} }