Disabled no-use-before-declare

This commit is contained in:
Josh Goldberg
2019-09-15 17:12:29 -04:00
parent 8d8f11435a
commit e31d2bead6
+3
View File
@@ -4,5 +4,8 @@
"exclude": [
"./node_modules/**/*"
]
},
"rules": {
"no-use-before-declare": false
}
}