summaryrefslogtreecommitdiff
path: root/client/simple/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/.stylelintrc.json')
-rw-r--r--client/simple/.stylelintrc.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/simple/.stylelintrc.json b/client/simple/.stylelintrc.json
new file mode 100644
index 000000000..478c7f2c4
--- /dev/null
+++ b/client/simple/.stylelintrc.json
@@ -0,0 +1,17 @@
+{
+ "formatter": "unix",
+ "plugins": [ "stylelint-prettier" ],
+ "extends": [ "stylelint-config-standard-less" ],
+ "rules": {
+ "prettier/prettier": true,
+ "declaration-empty-line-before": null,
+ "no-invalid-position-at-import-rule": null,
+ "property-no-vendor-prefix": null,
+ "selector-no-vendor-prefix": null,
+ "selector-attribute-quotes": null,
+ "shorthand-property-no-redundant-values": null,
+ "at-rule-no-vendor-prefix": null,
+ "selector-id-pattern": null,
+ "selector-class-pattern": null
+ }
+}