1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Disable block-scoped-var

Why is this even on?
This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-21 19:37:02 -08:00
parent 488a644e93
commit 7a3eeae52c
2 changed files with 3 additions and 2 deletions

View File

@@ -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');