Skip to content

Commit

Permalink
Removed lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Oct 11, 2023
1 parent c6e0469 commit aa3aecc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 35 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

17 changes: 0 additions & 17 deletions .eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"dev": "next dev",
"build": "next build && node ./scripts/generate-sitemap && next export",
"serve": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
"prepare": "husky install"
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@emotion/react": "^11.10.6",
Expand Down Expand Up @@ -74,15 +72,6 @@
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
"eslint --fix"
],
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
"prettier --write"
]
},
"main": ".eslintrc.js",
"directories": {
"lib": "lib"
},
Expand Down

0 comments on commit aa3aecc

Please sign in to comment.