Skip to content

Commit

Permalink
Docs: grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
ikobe authored and 啸生 committed Sep 11, 2020
1 parent 361ac4d commit a4c9aba
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 a4c9aba

Please sign in to comment.