Skip to content

Commit

Permalink
Require lint to pass prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Nov 18, 2024
1 parent 3dd22d1 commit cdeff7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"eth:run-script": "cd hardhat && npx hardhat run",
"fix-dev-issues": "node dev-scripts/copy-localhost-data.js && node dev-scripts/generate-typechain-artifacts.js && node dev-scripts/scss-ts-hack.js",
"lint:fix": "eslint --fix --ext js,ts,tsx src dev-scripts",
"lint": "eslint --ext js,ts,tsx src dev-scripts",
"prettier": "prettier --write ./**/*.{js,jsx,ts,tsx,json,css,scss,md}",
"lint": "yarn prettier:check && eslint --ext js,ts,tsx src dev-scripts",
"prettier:check": "prettier --check ./**/*.{js,jsx,ts,tsx,json,css,scss,md}",
"prettier": "prettier --write ./**/*.{js,jsx,ts,tsx,json,css,scss,md}",
"postinstall": "yarn fix-dev-issues",
"postuninstall": "yarn fix-dev-issues",
"prepare": "husky install",
Expand Down

0 comments on commit cdeff7f

Please sign in to comment.