diff options
author | Sam Potts <sam@potts.es> | 2018-07-11 23:32:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 23:32:49 +1000 |
commit | 1186377b25976bdf3cf496adbda80cd9de86622c (patch) | |
tree | f68413ccf38763fc094a69e73b56a6fa4e819f38 | |
parent | 676b46e4a785575fc0ad98d9e96dfc0041f028a3 (diff) | |
parent | 8bbf66a0fb1e0ff40a83f9efe17c2d17abfb5cd2 (diff) | |
download | plyr-1186377b25976bdf3cf496adbda80cd9de86622c.tar.lz plyr-1186377b25976bdf3cf496adbda80cd9de86622c.tar.xz plyr-1186377b25976bdf3cf496adbda80cd9de86622c.zip |
Merge pull request #1095 from friday/stickler
Add stickler config
-rw-r--r-- | .stickler.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.stickler.yml b/.stickler.yml new file mode 100644 index 00000000..717ba28c --- /dev/null +++ b/.stickler.yml @@ -0,0 +1,5 @@ +linters: + eslint: +files: + ignore: + - 'node_modules/*' |