Skip to content

Commit

Permalink
Unify/fix .eslintrc quotation
Browse files Browse the repository at this point in the history
eslint want's it's property keys doublequoted.
  • Loading branch information
fahrradflucht committed Aug 8, 2016
1 parent e76d8b9 commit 4d1b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"import/no-unresolved": [2, { "ignore": ["electron"] }],
"import/no-extraneous-dependencies": 0,
"react/jsx-no-bind": 0,
'react/jsx-filename-extension': [2, { extensions: ['.js', '.jsx'] }],
"react/jsx-filename-extension": [2, { "extensions": [".js", ".jsx"] }],
"react/prefer-stateless-function": 0
},
"plugins": [
Expand Down

0 comments on commit 4d1b832

Please sign in to comment.