Skip to content

Commit 1d52880

Browse files
committed
chore: bump eslint-plugin-eslint-plugin to v4
Remove now unneeded disabled lines
1 parent 9d27759 commit 1d52880

File tree

4 files changed

+36
-13
lines changed

4 files changed

+36
-13
lines changed

lib/formatters/stylish-fixes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ try {
1212
}
1313
const getRuleURI = require('eslint-rule-documentation')
1414

15-
// eslint-disable-next-line eslint-plugin/prefer-object-rule
1615
module.exports = function (results) {
1716
let output = '\n'
1817
let errors = 0

lib/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const {homepage, version} = require('../package.json')
22
const path = require('path')
3-
// eslint-disable-next-line eslint-plugin/prefer-object-rule
3+
44
module.exports = ({id}) => {
55
const url = new URL(homepage)
66
const rule = path.basename(id, '.js')

package-lock.json

Lines changed: 34 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@github/prettier-config": "0.0.4",
5252
"eslint": "^8.0.1",
53-
"eslint-plugin-eslint-plugin": "^2.3.0",
53+
"eslint-plugin-eslint-plugin": "^4.0.3",
5454
"mocha": "^8.3.2"
5555
}
5656
}

0 commit comments

Comments
 (0)