Added stylelint.
This commit is contained in:
parent
87b63c2142
commit
3c8f0bac1b
@ -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
1702
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user