Update eslint & plugins
Also replace eslint-plugin-node with the maintained eslint-plugin-n
This commit is contained in:
parent
64644b57e3
commit
38746b86fd
16 changed files with 1409 additions and 3457 deletions
|
@ -3,7 +3,7 @@ const isServer = typeof genmap === 'function';
|
|||
let prefix = '';
|
||||
let manifest = {};
|
||||
try {
|
||||
//eslint-disable-next-line node/no-missing-require
|
||||
//eslint-disable-next-line n/no-missing-require
|
||||
manifest = require('../dist/manifest.json');
|
||||
} catch (e) {
|
||||
// use middleware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue