aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-07-11 23:32:49 +1000
committerGitHub <noreply@github.com>2018-07-11 23:32:49 +1000
commit1186377b25976bdf3cf496adbda80cd9de86622c (patch)
treef68413ccf38763fc094a69e73b56a6fa4e819f38
parent676b46e4a785575fc0ad98d9e96dfc0041f028a3 (diff)
parent8bbf66a0fb1e0ff40a83f9efe17c2d17abfb5cd2 (diff)
downloadplyr-1186377b25976bdf3cf496adbda80cd9de86622c.tar.lz
plyr-1186377b25976bdf3cf496adbda80cd9de86622c.tar.xz
plyr-1186377b25976bdf3cf496adbda80cd9de86622c.zip
Merge pull request #1095 from friday/stickler
Add stickler config
-rw-r--r--.stickler.yml5
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/*'