mirror of
https://github.com/RanvierMUD/ranviermud
synced 2026-08-13 14:26:05 -04:00
Update jshint config, fix weird jshint bug with BundleManager
This commit is contained in:
parent
4c947aca0a
commit
1fd651a881
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"node": true,
|
||||
"esnext": true
|
||||
"esversion": 6
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/*jshint node: true, esversion: 6 */
|
||||
'use strict';
|
||||
|
||||
const fs = require('fs'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue