Skip to content

Commit

Permalink
Add missing plugin reference (#12796)
Browse files Browse the repository at this point in the history
Rules from plugins need to be namespaced using plugin name, which is missing.
  • Loading branch information
aryzing committed Feb 14, 2020
1 parent 1f1424c commit f702b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuring.md
Expand Up @@ -876,7 +876,7 @@ Example of a configuration file in JSON format:
"plugin:react/recommended"
],
"rules": {
"no-set-state": "off"
"react/no-set-state": "off"
}
}
```
Expand Down

0 comments on commit f702b1a

Please sign in to comment.