Skip to content

Commit

Permalink
feat(upgrade): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sviat9440 committed Jul 10, 2022
1 parent c8186e3 commit 49603f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/config/base.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { resolve } = require('path');


// Eslint v8+ does not have CLIEngine.
const { CLIEngine: v7AndEarlier } = require('eslint');

Expand All @@ -24,8 +23,7 @@ const esLint7Config = {
},

plugins: ['decorator-position'],
}

};

const esLint8Config = {
root: true,
Expand Down

0 comments on commit 49603f9

Please sign in to comment.