mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix decorator warnings (#4910)
This commit is contained in:
parent
b20b80adf0
commit
80fdfec088
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue