Merge pull request #1095 from friday/stickler

Add stickler config
This commit is contained in:
Sam Potts 2018-07-11 23:32:49 +10:00 committed by GitHub
commit 1186377b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.stickler.yml Normal file
View File

@ -0,0 +1,5 @@
linters:
eslint:
files:
ignore:
- 'node_modules/*'