Skip to content

Commit

Permalink
add eslint-config-standard-jsx
Browse files Browse the repository at this point in the history
Basic JSX sanity check rules. See:
#351 (comment)
  • Loading branch information
feross committed Feb 6, 2016
1 parent 8802ea7 commit 48fb60c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -14,7 +14,9 @@
"dependencies": {
"eslint": "^2.0.0-rc.0",
"eslint-config-standard": "4.4.0",
"eslint-config-standard-jsx": "1.0.0",
"eslint-plugin-promise": "^1.0.0",
"eslint-plugin-react": "^3.16.1",
"eslint-plugin-standard": "^1.3.1",
"standard-engine": "^3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion rc/.eslintrc
@@ -1,3 +1,3 @@
{
"extends": ["standard"]
"extends": ["standard", "standard-jsx"]
}

0 comments on commit 48fb60c

Please sign in to comment.