Skip to content

Commit

Permalink
remove redundant rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewski committed Jan 14, 2021
1 parent dd2a2d6 commit 2c22dfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{
"files": ["test/**/*.js"],
"rules": {
"space-before-function-paren": "off",
"no-unused-expressions": "off" // for Chai assertions such as expect(x).to.be.ok
},
"env": {
Expand Down

0 comments on commit 2c22dfe

Please sign in to comment.