Skip to content

Commit

Permalink
Merge pull request #525 from creative-commoners/pulls/6.2/stylelint
Browse files Browse the repository at this point in the history
MNT Replace sass-lint with stylelint
  • Loading branch information
GuySartorelli authored Apr 28, 2024
2 parents 900eedf + 1e96ca9 commit ca9d9ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 100 deletions.
97 changes: 0 additions & 97 deletions .sass-lint.yml

This file was deleted.

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 @@ -6,7 +6,7 @@
"dev": "NODE_ENV=development webpack --progress",
"watch": "yarn && NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
"lint": "eslint client/src; sass-lint -v"
"lint": "eslint client/src; stylelint client/src/**/*.scss"
},
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"homepage": "https://github.com/symbiote/silverstripe-advancedworkflow#readme",
"dependencies": {},
"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",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0"
},
Expand Down

0 comments on commit ca9d9ac

Please sign in to comment.