Skip to content

Commit

Permalink
feat(readme): update readme with new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Heavner committed Mar 11, 2020
1 parent 7329f4e commit 2214436
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ $ npm install eslint-plugin-roku --save-dev
"roku/function-no-return": "warn",
"roku/no-unused-params": "warn",
"roku/function-no-return-type": "warn",
"roku/function-name-camelcase": "warn"
"roku/function-name-camelcase": "warn",
"roku/no-uninitialized-variables": "error",
"roku/no-uninitialized-functions": "error",
}
}
```
Expand Down

0 comments on commit 2214436

Please sign in to comment.