aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-10-27 15:06:16 +1100
committerSam Potts <me@sampotts.me>2017-10-27 15:06:16 +1100
commitdd9d5c8898bd5e58c6faec13d6213b8fe079446a (patch)
tree1b8d84a1e8f581bdd6950a2c160a9e727e290f29 /.stylelintrc.json
parent71db66d8028b8c71ff271cf380654da1268b8c57 (diff)
downloadplyr-dd9d5c8898bd5e58c6faec13d6213b8fe079446a.tar.lz
plyr-dd9d5c8898bd5e58c6faec13d6213b8fe079446a.tar.xz
plyr-dd9d5c8898bd5e58c6faec13d6213b8fe079446a.zip
Linting and minor changes
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
new file mode 100644
index 00000000..dc24e607
--- /dev/null
+++ b/.stylelintrc.json
@@ -0,0 +1,7 @@
+{
+ "extends": ["stylelint-config-standard", "stylelint-config-prettier"],
+ "rules": {
+ "indentation": 4,
+ "string-quotes": "single"
+ }
+}