Skip to content

Commit

Permalink
Update eslint to work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
FrBosquet committed Aug 20, 2018
1 parent 6e2363e commit d161e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -16,7 +16,7 @@
],
"rules": {
"indent": ["error","tab"],
"linebreak-style": ["error","unix"],
"linebreak-style": 0,
"quotes": ["error","single"],
"semi": ["error","never"],
"object-curly-spacing": ["error", "always"],
Expand Down

0 comments on commit d161e31

Please sign in to comment.