mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 17:05:44 +02:00
MNT Replace sass-lint with stylelint (#123)
This commit is contained in:
parent
e5196e1c1d
commit
d1bf460e97
1
.stylelintrc.js
Normal file
1
.stylelintrc.js
Normal file
@ -0,0 +1 @@
|
||||
module.exports = require('@silverstripe/eslint-config/.stylelintrc');
|
@ -9,12 +9,12 @@
|
||||
"build": "yarn && yarn lint && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
|
||||
"dev": "NODE_ENV=development webpack --progress",
|
||||
"watch": "NODE_ENV=development webpack --watch --progress",
|
||||
"lint": "eslint client/src/js && sass-lint client/src/styles"
|
||||
"lint": "eslint client/src/js && stylelint client/src/styles"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user