Skip to content

Commit

Permalink
Remove unneeded rule disable
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 1, 2019
1 parent acfe839 commit c2f139f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"extends": "eslint:recommended",
"rules": {
"no-empty": "off",
"no-unused-vars": "off",
"no-useless-escape": "off"
"no-unused-vars": "off"
}
}

0 comments on commit c2f139f

Please sign in to comment.