summaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-02-26 05:29:52 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-02-26 05:29:52 -0500
commit6a58672e6f01d3db7d1b43f4d9548dd2c23cdebe (patch)
tree79a7c931ea8ba916ed5838321219f4be24c6f00e /.stylelintrc.json
parenta536db4641424c6a4ce4a9740693e00ecff9442d (diff)
add stylelint to validation
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
new file mode 100644
index 00000000..6033bdb8
--- /dev/null
+++ b/.stylelintrc.json
@@ -0,0 +1,9 @@
+{
+ "extends": "stylelint-config-standard",
+ "rules": {
+ "comment-empty-line-before": null,
+ "indentation": 4,
+ "no-descending-specificity": null,
+ "selector-list-comma-newline-after": null
+ }
+}