mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
admin stylelint config file
This commit is contained in:
parent
ec58862e7e
commit
049e1c4318
18
admin/.stylelintrc.js
Normal file
18
admin/.stylelintrc.js
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
'use strict';
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
extends: ["stylelint-config-standard-scss", "stylelint-config-recommended-vue"],
|
||||||
|
overrides: [
|
||||||
|
{
|
||||||
|
files: "**/*.{scss}",
|
||||||
|
customSyntax: "postcss-scss",
|
||||||
|
extends: ["stylelint-config-standard-scss"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
files: "**/*.vue",
|
||||||
|
customSyntax: "postcss-html",
|
||||||
|
extends: ["stylelint-config-recommended-vue"],
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user