Update eslint & plugins

Also replace eslint-plugin-node with the maintained eslint-plugin-n
This commit is contained in:
AaronDewes 2022-08-09 15:26:25 +00:00
parent 64644b57e3
commit 38746b86fd
16 changed files with 1409 additions and 3457 deletions

View file

@ -5,7 +5,7 @@ const clientConstants = require('./clientConstants');
let sentry = '';
if (config.sentry_id) {
//eslint-disable-next-line node/no-missing-require
//eslint-disable-next-line n/no-missing-require
const version = require('../dist/version.json');
sentry = `
var SENTRY_CONFIG = {