Skip to content

Commit

Permalink
Fix lint script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bulyukhin committed Jan 18, 2024
1 parent 64db1b9 commit 59e56c2
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 @@ -30,7 +30,7 @@
"clean": "rimraf commonjs dist es types",
"dev": "concurrently \"npm run build:commonjs:watch\" \"npm run build:umd:watch\" \"npm run build:es:watch\"",
"i": "npm install --legacy-peer-deps",
"lint": "eslint {src,test-browser,.storybook}/**/*.{js,ts,tsx}",
"lint": "eslint \"{src,test-browser,.storybook}/**/*.{js,ts,tsx}\"",
"lint:fix": "npm run lint -- --fix",
"prepare": "npm run clean && npm run build && husky install",
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit 59e56c2

Please sign in to comment.