Skip to content

Commit

Permalink
Vendor additional Standard Style config packages (#102)
Browse files Browse the repository at this point in the history
Many users using [Standard Style][] also use these configuration packages when
writing React/JSX.

[Standard Style]: https://github.com/feross/standard

This commit vendors the [eslint-config-standard-react] and
[eslint-config-standard-jsx] packages.

[eslint-config-standard-react]: https://github.com/feross/eslint-config-standard-react
[eslint-config-standard-jsx]: https://github.com/feross/eslint-config-standard-jsx
  • Loading branch information
dblandin authored Jun 20, 2016
1 parent e2dcac7 commit 1b4f231
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 28 deletions.
89 changes: 61 additions & 28 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"eslint": "2.10.2",
"eslint-config-airbnb": "9.0.1",
"eslint-config-standard": "5.3.1",
"eslint-config-standard-jsx": "1.2.1",
"eslint-config-standard-react": "2.4.0",
"eslint-plugin-babel": "3.2.0",
"eslint-plugin-import": "1.8.1",
"eslint-plugin-jsx-a11y": "1.2.2",
Expand Down

0 comments on commit 1b4f231

Please sign in to comment.