Skip to content

Commit

Permalink
build(lint): disable auto fix for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Sep 27, 2021
1 parent 36a342f commit d19f201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "cross-env NODE_ENV=production webpack --mode production",
"dev": "cross-env NODE_ENV=development webpack serve --port 2333 --mode development --open",
"format": "prettier --write src/**/*.{js,jsx}",
"lint": "stylelint ./src/**/*.scss && eslint --fix --ext .js --ext .jsx ./src",
"lint": "stylelint ./src/**/*.scss && eslint --ext .js --ext .jsx ./src",
"prelease": "standard-version --dry-run -s",
"release": "standard-version -s",
"start": "yarn dev"
Expand Down

0 comments on commit d19f201

Please sign in to comment.