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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user