Skip to content

Commit

Permalink
remove lint in package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
architec committed Nov 17, 2021
1 parent cc013b2 commit d64d0c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"prettier": "prettier --write '**/*.{js,jsx,css,html}'",
"test": "",
"lint": "eslint ."
"test": ""
},
"dependencies": {
"@emotion/react": "^11.5.0",
Expand Down

0 comments on commit d64d0c6

Please sign in to comment.