Added stylelint.

This commit is contained in:
Sebastian Kupke 2019-07-16 14:07:16 +02:00
parent 87b63c2142
commit 3c8f0bac1b
3 changed files with 1711 additions and 9 deletions

View File

@ -1,11 +1,9 @@
circle
{
stroke: white;
fill: transparent;
circle {
stroke: white;
fill: transparent;
}
mask circle
{
stroke-width: 0;
fill: white;
mask circle {
stroke-width: 0;
fill: white;
}

1702
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,9 @@
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"prettier": "^1.18.2"
"prettier": "^1.18.2",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"dependencies": {
"fs-extra": "^8.0.1",