diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-14 16:03:16 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-14 16:03:16 +0800 |
commit | b8aa529d29434978f511e67211d8a5ff9e2f553c (patch) | |
tree | 7d434f3a8958f0b3d2baca7eb15f9420be2c18d3 /.stylelintignore | |
parent | 1743ccbdb5df504eab8e3c46c18172b176578be1 (diff) | |
download | tangerine-wallet-browser-b8aa529d29434978f511e67211d8a5ff9e2f553c.tar.gz tangerine-wallet-browser-b8aa529d29434978f511e67211d8a5ff9e2f553c.tar.zst tangerine-wallet-browser-b8aa529d29434978f511e67211d8a5ff9e2f553c.zip |
[WIP] Add packages and tasks for linting scss
Diffstat (limited to '.stylelintignore')
-rw-r--r-- | .stylelintignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.stylelintignore b/.stylelintignore new file mode 100644 index 000000000..854829a54 --- /dev/null +++ b/.stylelintignore @@ -0,0 +1,10 @@ +app/ +development/ +dist/ +docs/ +fonts/ +images/ +mascara/ +node_modules/ +notices/ +test/ |