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 1515 "start:dev" : " next dev --port 3003" ,
1616 "start:prod" : " next start --port 3003" ,
1717 "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 " ,
2020 "test:types" : " tsc"
2121 },
2222 "dependencies" : {
Original file line number Diff line number Diff line change 1717 "fix:lint:stylelint" : " stylelint --fix 'src/**/*.scss'" ,
1818 "start:dev" : " storybook dev --port 4000 --no-open" ,
1919 "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 " ,
2222 "test:types" : " tsc"
2323 },
2424 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments