Skip to content

Commit

Permalink
Docs: fix typo in working with plugins docs (#13683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikobe committed Sep 12, 2020
1 parent 6f87db7 commit b4da0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/working-with-plugins.md
Expand Up @@ -180,7 +180,7 @@ module.exports = {
env: ["node"],
rules: {
"myPlugin/my-rule": "off",
"eslint-plugin-myPlugin/another-rule": "off"
"eslint-plugin-myPlugin/another-rule": "off",
"eslint-plugin-myPlugin/yet-another-rule": "error"
}
}
Expand Down

0 comments on commit b4da0a7

Please sign in to comment.