Properly ignore paths with XO

This commit is contained in:
Leo Lamprecht 2016-10-17 10:26:05 +02:00
parent 2b53bedfff
commit 883ff09821
No known key found for this signature in database
GPG key ID: C251EE4DA454117B

View file

@ -67,12 +67,11 @@
"react/prop-types": 0,
"react/jsx-no-bind": 0
},
"ignore": [
"dist",
"build",
"app/dist",
"app/static",
"assets"
"ignores": [
"build/**",
"app/dist/**",
"app/static/**",
"assets/**"
]
},
"babel": {