mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-30 23:06:18 +00:00
Disable block-scoped-var
Why is this even on?
This commit is contained in:
parent
488a644e93
commit
7a3eeae52c
@ -9,6 +9,7 @@
|
||||
'node/no-unsupported-features/es-syntax': [ 'error' ],
|
||||
'node/no-unsupported-features/es-builtins': [ 'error' ],
|
||||
'node/no-unsupported-features/node-builtins': [ 'error' ],
|
||||
'require-atomic-updates': 0
|
||||
'require-atomic-updates': 0,
|
||||
'block-scoped-var': 0,
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
const path = require('path');
|
||||
const glob = require('../lib/glob');
|
||||
const { groupBy, sortBy, omitBy, uniqBy } = require('lodash');
|
||||
const { sortBy, uniqBy } = require('lodash');
|
||||
const Promise = require('bluebird');
|
||||
const fs = require('fs-extra');
|
||||
const log = require('fancy-log');
|
||||
|
Loading…
x
Reference in New Issue
Block a user