Skip to content

Commit

Permalink
fix: remove unused imports?
Browse files Browse the repository at this point in the history
not my fault they're there... Seems eslint just wasn't checking them before for some reason.
  • Loading branch information
oplik0 committed Jul 14, 2022
1 parent 8ba7f4e commit 3c64378
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/meta/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ exports.webpack = async function (options) {
const webpack = require('webpack');
const fs = require('fs');
const util = require('util');
const db = require('../database');
const activePlugins = plugins.data.getActiveIds();
if (!activePlugins.includes('nodebb-plugin-composer-default')) {
activePlugins.push('nodebb-plugin-composer-default');
Expand Down
1 change: 0 additions & 1 deletion src/meta/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const Benchpress = require('benchpressjs');

const plugins = require('../plugins');
const file = require('../file');
const db = require('../database');
const { themeNamePattern, paths } = require('../constants');

const viewsPath = nconf.get('views_dir');
Expand Down
1 change: 0 additions & 1 deletion src/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const chalk = require('chalk');
const plugins = require('./plugins');
const db = require('./database');
const file = require('./file');
const { paths } = require('./constants');

/*
* Need to write an upgrade script for NodeBB? Cool.
Expand Down

0 comments on commit 3c64378

Please sign in to comment.