File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/component-library Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
"start:dev" : " next dev --port 3003" ,
16
16
"start:prod" : " next start --port 3003" ,
17
17
"test:format" : " prettier --check ." ,
18
- "test:lint:eslint" : " eslint ." ,
19
- "test:lint:stylelint" : " stylelint 'src/**/*.scss'" ,
18
+ "test:lint:eslint" : " eslint . --max-warnings 0 " ,
19
+ "test:lint:stylelint" : " stylelint 'src/**/*.scss' --max-warnings 0 " ,
20
20
"test:types" : " tsc"
21
21
},
22
22
"dependencies" : {
Original file line number Diff line number Diff line change 17
17
"fix:lint:stylelint" : " stylelint --fix 'src/**/*.scss'" ,
18
18
"start:dev" : " storybook dev --port 4000 --no-open" ,
19
19
"test:format" : " prettier --check ." ,
20
- "test:lint:eslint" : " eslint ." ,
21
- "test:lint:stylelint" : " stylelint 'src/**/*.scss'" ,
20
+ "test:lint:eslint" : " eslint . --max-warnings 0 " ,
21
+ "test:lint:stylelint" : " stylelint 'src/**/*.scss' --max-warnings 0 " ,
22
22
"test:types" : " tsc"
23
23
},
24
24
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments