Skip to content

Commit

Permalink
MNT Replace sass-lint with stylelint (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored May 1, 2024
1 parent 3791f91 commit 73f7a0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@silverstripe/eslint-config/.stylelintrc');
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lock": "npm-shrinkwrap --dev",
"test": "NODE_PATH=\"./client/src\" jest",
"coverage": "NODE_PATH=\"./client/src\" jest --coverage",
"lint": "eslint client/src && sass-lint -v client/src"
"lint": "eslint client/src && stylelint css/*"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
Expand Down Expand Up @@ -51,8 +51,8 @@
"url": "^0.11.0"
},
"devDependencies": {
"@silverstripe/eslint-config": "^1.1.0",
"@silverstripe/webpack-config": "^2.0.0",
"@silverstripe/eslint-config": "^1.2.1",
"@silverstripe/webpack-config": "^2.1.0",
"babel-jest": "^20.0.3",
"jest-cli": "^19.0.2",
"webpack": "^5.76.0",
Expand Down

0 comments on commit 73f7a0d

Please sign in to comment.