Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
korchard committed Nov 21, 2023
1 parent 3b755a7 commit a8aa928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
-[] Add new images.

-MAINTENANCE
-[] fix eslint issues and re-add it.
-[] Write basic tests to ensure dependency updates pass.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepare": "husky install",
"lint": "eslint src/**/*.js src/**/*.jsx --ignore-path .gitignore",
"doit": "eslint --fix src/components/About/About.jsx"
"lint": "eslint src/**/*.js src/**/*.jsx --ignore-path .gitignore"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit a8aa928

Please sign in to comment.