Skip to content

Commit

Permalink
chore: Update dependencies and core files
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 20, 2016
1 parent b420ec0 commit 202455b
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
ignore = F401, F403
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"colors": "^1.1.2",
"conventional-github-releaser": "^1.1.2",
"del": "^2.2.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-conventional-changelog": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions utils/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: airbnb
installedESLint: true
plugins:
- react
- jsx-a11y
- import
Loading

0 comments on commit 202455b

Please sign in to comment.