Skip to content

Commit

Permalink
Update deps (#84)
Browse files Browse the repository at this point in the history
* updates

* updates

* pretty

* use husky next

* cleaner eslintrc
  • Loading branch information
tizmagik committed Aug 23, 2018
1 parent 1d79924 commit da8b7ee
Show file tree
Hide file tree
Showing 13 changed files with 2,190 additions and 1,815 deletions.
18 changes: 18 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
parser: 'babel-eslint',
extends: ['airbnb', 'plugin:prettier/recommended', 'prettier/react'],
plugins: ['prettier'],
env: {
jest: true,
browser: true,
},
rules: {
'prettier/prettier': 'error',
'react/jsx-filename-extension': [
1,
{
extensions: ['.js', '.jsx'],
},
],
},
};
8 changes: 0 additions & 8 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
coverage
build
*.log
.vscode
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
Loading

0 comments on commit da8b7ee

Please sign in to comment.