mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
Properly ignore paths with XO
This commit is contained in:
parent
2b53bedfff
commit
883ff09821
1 changed files with 5 additions and 6 deletions
11
package.json
11
package.json
|
|
@ -67,12 +67,11 @@
|
||||||
"react/prop-types": 0,
|
"react/prop-types": 0,
|
||||||
"react/jsx-no-bind": 0
|
"react/jsx-no-bind": 0
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignores": [
|
||||||
"dist",
|
"build/**",
|
||||||
"build",
|
"app/dist/**",
|
||||||
"app/dist",
|
"app/static/**",
|
||||||
"app/static",
|
"assets/**"
|
||||||
"assets"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue