Skip to content

Commit

Permalink
Merge pull request #165 from nschonni/eslint-plugin-eslint-plugin
Browse files Browse the repository at this point in the history
chore: bump eslint-plugin-eslint-plugin to v4
  • Loading branch information
keithamus committed Dec 8, 2021
2 parents 2419f35 + 88a10be commit ffb39e4
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": "^9.1.3"
}
}

0 comments on commit ffb39e4

Please sign in to comment.