Skip to content

Commit

Permalink
Add missing plugin reference (eslint#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 authored and montmanu committed Mar 4, 2020
1 parent fcc399f commit ebb2276
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 ebb2276

Please sign in to comment.