Skip to content

Commit

Permalink
Ignore anonymous functions in eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentrickard committed Mar 2, 2021
1 parent 50ebdfe commit 0d5d167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
1, {
"extensions": [".js", ".jsx"],
}
]
],
"func-names": "off"
},
"env": {
"browser": true
Expand Down

0 comments on commit 0d5d167

Please sign in to comment.