mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
Exclude out folder from eslint #2
This commit is contained in:
parent
96f2deba32
commit
d1a1782f5a
|
@ -16,7 +16,7 @@
|
||||||
"eslintIgnore": [
|
"eslintIgnore": [
|
||||||
"vendor/**",
|
"vendor/**",
|
||||||
"node_modules/**",
|
"node_modules/**",
|
||||||
"out/**",
|
"out/**"
|
||||||
],
|
],
|
||||||
"jshintConfig": {
|
"jshintConfig": {
|
||||||
"esversion": 6
|
"esversion": 6
|
||||||
|
|
Loading…
Reference in a new issue