Skip to content

Commit

Permalink
Do not autofix issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Apr 1, 2024
1 parent 1a9e568 commit 9a93133
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 @@ -52,7 +52,7 @@
"format": "prettier --write .",
"lint": "npm run-script lint:css && npm run-script lint:js",
"lint:css": "stylelint --max-warnings 0 ./src/**/*.{ts,tsx}",
"lint:js": "xo --fix --max-warnings 0 ./src/**/*.{ts,tsx}",
"lint:js": "xo --max-warnings 0 ./src/**/*.{ts,tsx}",
"start": "storybook dev -p 9009",
"test": "jest",
"test:coverage": "jest --silent --coverage",
Expand Down

0 comments on commit 9a93133

Please sign in to comment.