Skip to content

Commit

Permalink
Merge pull request #7 from dabapps/jsx-quotes
Browse files Browse the repository at this point in the history
JSX quotes config
  • Loading branch information
JakeSidSmith committed Oct 6, 2015
2 parents 465974b + 75692f2 commit f3d176e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@
"no-fallthrough": 0,
"default-case": 0,
"no-plusplus": 0,
"dot-notation": 0
"dot-notation": 0,
"react/jsx-quotes": [
2,
"double"
]
},
"env": {
"browser": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "DabApps ESLint Configuration",
"main": ".eslintrc",
"scripts": {
Expand Down

0 comments on commit f3d176e

Please sign in to comment.