Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 6, 2022
1 parent e39af83 commit ade8d48
Show file tree
Hide file tree
Showing 5 changed files with 528 additions and 590 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
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
@@ -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
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

0 comments on commit ade8d48

Please sign in to comment.