We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b45fa7 commit 80743a2Copy full SHA for 80743a2
package.json
@@ -6,8 +6,8 @@
6
"storybook": "start-storybook -p 6006 -s public",
7
"storybook:axe": "build-storybook && axe-storybook",
8
"build-storybook": "build-storybook -s public",
9
- "js:eslint": "eslint 'src/**/*.{js,ts}' --max-warnings=0",
10
- "js:prettier": "prettier 'src/**/*.{js,ts}'",
+ "js:eslint": "eslint 'src/**/*.{js,ts,tsx}' --max-warnings=0",
+ "js:prettier": "prettier 'src/**/*.{js,ts,tsx}'",
11
"js:lint": "concurrently 'yarn:js:eslint' 'yarn:js:prettier -- --check' --raw",
12
"js:format": "concurrently 'yarn:js:eslint -- --fix' 'yarn:js:prettier -- --write' --max-processes 1 --raw",
13
"css:stylelint": "stylelint 'src/**/*.scss'",
0 commit comments