mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-11 21:59:13 +00:00
6 lines
137 B
JavaScript
Executable file
6 lines
137 B
JavaScript
Executable file
module.exports = {
|
|
extends: ["@nextcloud/stylelint-config", "stylelint-config-prettier"],
|
|
rules: {
|
|
"string-quotes": "double",
|
|
},
|
|
};
|