Skip to content

Commit b4da0a7

Browse files
authored
Docs: fix typo in working with plugins docs (#13683)
1 parent 6f87db7 commit b4da0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developer-guide/working-with-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = {
180180
env: ["node"],
181181
rules: {
182182
"myPlugin/my-rule": "off",
183-
"eslint-plugin-myPlugin/another-rule": "off"
183+
"eslint-plugin-myPlugin/another-rule": "off",
184184
"eslint-plugin-myPlugin/yet-another-rule": "error"
185185
}
186186
}

0 commit comments

Comments
 (0)