Fix decorator warnings (#4910)

This commit is contained in:
Tim Neutkens 2018-08-06 20:47:27 -07:00 committed by GitHub
parent b20b80adf0
commit 80fdfec088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,11 @@
"parser": "babel-eslint",
"ignore": [
"**/node_modules/**",
"**/examples/**/lib/**"
"**/examples/**/lib/**",
"**/examples/with-ioc/**",
"**/examples/with-kea/**",
"**/examples/with-mobx/**",
"**/examples/with-mobx-state-tree/**"
]
},
"lint-staged": {