File tree Expand file tree Collapse file tree 4 files changed +6
-182
lines changed
Expand file tree Collapse file tree 4 files changed +6
-182
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ client /src /styles /legacy /*
2+ src /** /*
Original file line number Diff line number Diff line change 1+ module . exports = require ( '@silverstripe/eslint-config/.stylelintrc' ) ;
Original file line number Diff line number Diff line change 1212 "lint" : " yarn lint-js && yarn lint-sass" ,
1313 "lint-js" : " eslint client/src" ,
1414 "lint-js-fix" : " eslint client/src --fix" ,
15- "lint-sass" : " sass-lint client/src"
15+ "lint-sass" : " stylelint **/ client/src/**/*.scss "
1616 },
1717 "repository" : {
1818 "type" : " git" ,
3737 "react-dom" : " ^18.2.0"
3838 },
3939 "devDependencies" : {
40- "@silverstripe/eslint-config" : " ^1.1.0 " ,
41- "@silverstripe/webpack-config" : " ^2.0 .0" ,
40+ "@silverstripe/eslint-config" : " ^1.2.1 " ,
41+ "@silverstripe/webpack-config" : " ^2.1 .0" ,
4242 "copy-webpack-plugin" : " ^11.0.0" ,
4343 "webpack" : " ^5.74.0" ,
4444 "webpack-cli" : " ^5.0.0"
You can’t perform that action at this time.
0 commit comments