Install and set up stylelint

This commit is contained in:
rhyneav 2018-01-03 17:43:11 -05:00
parent 95ba37e837
commit 1a2e462c15
3 changed files with 1474 additions and 21 deletions

6
.stylelintrc.json Normal file
View file

@ -0,0 +1,6 @@
{
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-scss"
]
}

1485
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -34,6 +34,7 @@
"gulp-less": "3.3.2",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^3.1.0",
"gulp-watch-less": "1.0.1",
"http-server": "^0.9.0",
"hugo-bin": "^0.17.0",
@ -61,6 +62,9 @@
"shelljs": "^0.7.6",
"simplebuild-jshint": "^1.3.0",
"simplebuild-karma": "^1.0.0",
"stylelint": "8.4.0",
"stylelint-config-standard": "18.0.0",
"stylelint-scss": "2.2.0",
"webpack-dev-server": "2.7.1"
}
}