mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
Exclude out folder from eslint
This commit is contained in:
parent
cbf372f274
commit
e2bf79ba8b
|
@ -15,7 +15,8 @@
|
|||
},
|
||||
"eslintIgnore": [
|
||||
"vendor/**",
|
||||
"node_modules/**"
|
||||
"node_modules/**",
|
||||
"out/**",
|
||||
],
|
||||
"jshintConfig": {
|
||||
"esversion": 6
|
||||
|
|
Loading…
Reference in a new issue