Skip to content

Commit

Permalink
Merge pull request #1297 from Bynder/fix-linting
Browse files Browse the repository at this point in the history
fix linting
  • Loading branch information
micmcgrorty authored Sep 18, 2023
2 parents 187d154 + e5ef324 commit be47f90
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 @@ -63,7 +63,7 @@
"format:js": "prettier --write \"{lib,tests,stories/webapp}/**/*.js\"",
"format:style": "stylelint \"{lib,styles}/**/*.scss\" --fix",
"legacy:copy-styles": "echo Copying Sass settings... && copyfiles styles/* dist/ && copyfiles styles/**/* dist/ && copyfiles lib/**/*.scss dist/ && copyfiles lib/**/**/*.scss dist/ && copyfiles lib/**/**/**/*.scss dist/ && copyfiles lib/**/**/**/**/*.scss dist/ && copyfiles lib/**/**/**/**/**/*.scss dist/",
"lint": "eslint -c .eslintrc.json 'lib/**/*.tsx' 'tests/**/*.tsx' --fix",
"lint": "eslint -c .eslintrc.json 'lib/**/*.tsx' --fix",
"lint:style": "stylelint \"{lib,styles}/**/*.scss\" --quiet",
"prepare": "npm run build",
"storybook": "storybook dev -p 6006 -c .storybook",
Expand Down

0 comments on commit be47f90

Please sign in to comment.