Adding in CSS and HTML linting. Fixes 72
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
|
||||
"ignoreFiles": ["webextension/css/*.min.css"],
|
||||
|
||||
"rules": {
|
||||
"declaration-block-no-duplicate-properties": true,
|
||||
"declaration-block-properties-order": "alphabetical",
|
||||
"property-blacklist": [
|
||||
"/height/",
|
||||
"/width/",
|
||||
"/top/",
|
||||
"/bottom/",
|
||||
"padding",
|
||||
"margin"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user