Exclude out folder from eslint

This commit is contained in:
alistair3149 2019-12-26 12:57:12 -05:00
parent cbf372f274
commit e2bf79ba8b
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -15,7 +15,8 @@
},
"eslintIgnore": [
"vendor/**",
"node_modules/**"
"node_modules/**",
"out/**",
],
"jshintConfig": {
"esversion": 6