Skip to content

Commit

Permalink
Merge pull request #328 from Fahrradflucht/master
Browse files Browse the repository at this point in the history
Unify/fix .eslintrc quotation
  • Loading branch information
chentsulin authored Aug 8, 2016
2 parents e76d8b9 + 4d1b832 commit 3559c12
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
@@ -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": [

0 comments on commit 3559c12

Please sign in to comment.