Skip to content

Commit

Permalink
Exclude stories from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Nov 6, 2023
1 parent a1cc1f9 commit 77677ff
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 @@ -20,7 +20,7 @@
"dev": "npm run storybook",
"storybook": "storybook dev -p 6006 --no-open",
"format": "prettier -l --write src",
"lint": "xola-lint src",
"lint": "xola-lint src --ignore src/stories",
"lint:fix": "xola-lint src --ignore src/stories --fix=true",
"lint:report": "xola-lint --reporter=json src > eslint_report.json",
"test": "jest",
Expand Down

0 comments on commit 77677ff

Please sign in to comment.