Skip to content

Commit

Permalink
tweaking the 'getify-says' config preset
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Apr 10, 2019
1 parent 83dcb8e commit 15340ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -5,7 +5,7 @@ module.exports = {
"getify-says": {
plugins: [ "@getify/proper-arrows", ],
rules: {
"@getify/proper-arrows/params": [ "error", { "unused": "trailing", "count": 2, "length": 3, "allowed": [ "e", "v", "cb", "fn", ], }, ],
"@getify/proper-arrows/params": [ "error", { "unused": "trailing", "count": 2, "length": 3, "allowed": [ "e", "v", "cb", "fn", "pr", ], }, ],
"@getify/proper-arrows/name": "error",
"@getify/proper-arrows/return": [ "error", { "ternary": 1, }, ],
"@getify/proper-arrows/where": "error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@getify/eslint-plugin-proper-arrows",
"version": "8.0.0",
"version": "8.0.1",
"description": "ESLint rules to ensure proper arrow function definitions",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 15340ac

Please sign in to comment.