mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
Update eslint & plugins
Also replace eslint-plugin-node with the maintained eslint-plugin-n
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user