UNPKG
mongo-express-leufu
Version:
latest (0.51.6)
0.51.6
0.51.5
0.51.3
0.51.2
Web-based admin interface for MongoDB
mongo-express-leufu
/
lib
/
scripts
/
.eslintrc.js
13 lines
(12 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
{
parserOptions:
{
sourceType:
'module'
, },
env:
{
node:
false
,
browser:
true
, },
globals:
{
ME_SETTINGS:
true
, }, }
;