1
0
miroir de https://github.com/rspamd/rspamd.git synchronisé 2024-08-26 05:58:05 +02:00
rspamd/package.json
moisseev 8d33c6634f [Test] Add PostCSS syntaxes for embedded styles
(required since Stylelint 14.0.0)
2021-11-14 20:39:52 +03:00

14 lignes
274 B
JSON

{
"devDependencies": {
"eslint": "*",
"stylelint": ">=13.6.0",
"stylelint-config-standard": "*",
"postcss-html": "*",
"@stylelint/postcss-css-in-js": "*"
},
"eslintIgnore": [
"*.min.js",
"prism.js"
]
}