mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28: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/jsx-no-bind": 0
|
||||
},
|
||||
"ignore": [
|
||||
"dist",
|
||||
"build",
|
||||
"app/dist",
|
||||
"app/static",
|
||||
"assets"
|
||||
"ignores": [
|
||||
"build/**",
|
||||
"app/dist/**",
|
||||
"app/static/**",
|
||||
"assets/**"
|
||||
]
|
||||
},
|
||||
"babel": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue