We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64993f commit 246f590Copy full SHA for 246f590
README.md
@@ -17,9 +17,9 @@ Add the plugin and rule to your ESLint config:
17
18
```jsonc
19
{
20
- "plugins": ["enforce-uint8array-arraybuffer"],
+ "plugins": ["@protontech/enforce-uint8array-arraybuffer"],
21
"rules": {
22
- "enforce-uint8array-arraybuffer/enforce-uint8array-arraybuffer": "error"
+ "@protontech/enforce-uint8array-arraybuffer/enforce-uint8array-arraybuffer": "error"
23
}
24
25
```
0 commit comments