Skip to content

Commit

Permalink
chore: bump eslint-plugin-eslint-plugin to v4
Browse files Browse the repository at this point in the history
Remove now unneeded disabled lines
  • Loading branch information
nschonni committed Dec 8, 2021
1 parent 3040d58 commit ef6d514
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 13 deletions.
1 change: 0 additions & 1 deletion lib/formatters/stylish-fixes.js
Expand Up @@ -12,7 +12,6 @@ try {
}
const getRuleURI = require('eslint-rule-documentation')

// eslint-disable-next-line eslint-plugin/prefer-object-rule
module.exports = function (results) {
let output = '\n'
let errors = 0
Expand Down
2 changes: 1 addition & 1 deletion lib/url.js
@@ -1,6 +1,6 @@
const {homepage, version} = require('../package.json')
const path = require('path')
// eslint-disable-next-line eslint-plugin/prefer-object-rule

module.exports = ({id}) => {
const url = new URL(homepage)
const rule = path.basename(id, '.js')
Expand Down
44 changes: 34 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@github/prettier-config": "0.0.4",
"eslint": "^8.0.1",
"eslint-plugin-eslint-plugin": "^2.3.0",
"eslint-plugin-eslint-plugin": "^4.0.3",
"mocha": "^8.3.2"
}
}

0 comments on commit ef6d514

Please sign in to comment.