Added stylelint for pure css
Starting the process of moving away from using pre-processors, so I added some stylelinting that will keep my pure css tight while still using prettier for formatting.
This commit is contained in:
parent
b5877e2385
commit
9708968f35
3 changed files with 1783 additions and 68 deletions
3
.stylelintrc
Normal file
3
.stylelintrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"extends": "stylelint-config-standard"
|
||||||
|
}
|
1844
package-lock.json
generated
1844
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -19,6 +19,8 @@
|
||||||
"theme_dir": "src/themes/theme-fipamo-default/fipamo-default"
|
"theme_dir": "src/themes/theme-fipamo-default/fipamo-default"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@parcel/transformer-sass": "^2.2.1"
|
"@parcel/transformer-sass": "^2.2.1",
|
||||||
|
"stylelint": "^14.14.0",
|
||||||
|
"stylelint-config-standard": "^29.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue