Skip to content

Commit

Permalink
Add extension to .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoelLobo authored and roman-vanesyan committed Oct 9, 2018
1 parent 78b7dbd commit 700130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"rules": {
"one-var": "off",
"semi": ["error", "always", { "omitLastInOneLineBlock": true }],
"space-before-function-paren": ["error", "never"],
"space-before-function-paren": ["error", "never"]
}
}

0 comments on commit 700130e

Please sign in to comment.