Exclude out folder from eslint #2

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

View file

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