Skip to content

Commit

Permalink
chore: tweak eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 9, 2022
1 parent d879ccb commit d7b975a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Expand Up @@ -17,6 +17,15 @@ module.exports = {
env: {
mocha: true,
},
overrides: [
{
// these messageIds were used outside
files: ["lib/rules/prefer-global/*.js"],
rules: {
"eslint-plugin/no-unused-message-ids": 0,
},
},
],
}

// const version = require("./package.json").version
Expand Down

0 comments on commit d7b975a

Please sign in to comment.