diff --git a/package-lock.json b/package-lock.json index 367d606..171a8a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "eslint": "^8.57.0", "js-yaml": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -22,6 +21,7 @@ "web-vitals": "^2.1.4" }, "devDependencies": { + "eslint": "^8.57.0", "yaml-loader": "^0.8.1" } }, diff --git a/package.json b/package.json index 3b020fa..494bba3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "eslint": "^8.57.0", "js-yaml": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -20,7 +19,8 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", - "eject": "react-scripts eject" + "eject": "react-scripts eject", + "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "eslintConfig": { "extends": [ @@ -41,6 +41,7 @@ ] }, "devDependencies": { + "eslint": "^8.57.0", "yaml-loader": "^0.8.1" } }