rspamd/package.json
Alexander Moisseev fbffe544a6 [Test] Add stylelint checks for CSS
and embedded styles
2019-04-06 20:59:31 +03:00

12 lines
213 B
JSON

{
"devDependencies": {
"eslint": "*",
"stylelint": "*",
"stylelint-config-standard": "*"
},
"eslintIgnore": [
"*.min.js",
"interface/js/lib/domReady.js"
]
}