Skip to content

Commit

Permalink
Merge pull request #334 from bmish/update-deps
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
lo1tuma committed Dec 14, 2022
2 parents e39af83 + ade8d48 commit 8eb0cc2
Show file tree
Hide file tree
Showing 5 changed files with 528 additions and 590 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"files": ["lib/rules/**/*.js", "test/rules/**/*.js"],
"extends": [ "plugin:eslint-plugin/recommended" ],
"rules": {
"eslint-plugin/prefer-message-ids": "off",
"eslint-plugin/require-meta-docs-description": ["error", { "pattern": "^(Enforce|Require|Disallow)" }],
"eslint-plugin/require-meta-docs-url": [
"error",
Expand Down
3 changes: 1 addition & 2 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"first-line-h1": false,
"line-length": false,
"no-inline-html": { "allowed_elements": ["sup"] }
"line-length": false
}
3 changes: 0 additions & 3 deletions lib/rules/no-empty-description.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ module.exports = {
description: 'Disallow empty test descriptions',
url: 'https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-empty-description.md'
},
messages: {
error: ERROR_MESSAGE
},
schema: [
{
type: 'object',
Expand Down
Loading

0 comments on commit 8eb0cc2

Please sign in to comment.