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 circle {
{ stroke: white;
stroke: white; fill: transparent;
fill: transparent;
} }
mask circle mask circle {
{ stroke-width: 0;
stroke-width: 0; fill: white;
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-rename": "^1.4.0",
"gulp-replace": "^1.0.0", "gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2", "gulp-uglify": "^3.0.2",
"prettier": "^1.18.2" "prettier": "^1.18.2",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
}, },
"dependencies": { "dependencies": {
"fs-extra": "^8.0.1", "fs-extra": "^8.0.1",