Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzz committed Sep 26, 2021
1 parent cb66e28 commit 2adbda4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"eslint-plugin"
],
"extends": [
"plugin:@cypress/dev/general"
"plugin:@cypress/dev/general",
"plugin:eslint-plugin/recommended"
],
"rules": {
"eslint-plugin/prefer-message-ids": "off",
"eslint-plugin/require-meta-type": "off",
"eslint-plugin/require-meta-docs-description": "off",
"eslint-plugin/require-meta-docs-url": "error"
}
}

0 comments on commit 2adbda4

Please sign in to comment.