Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Mar 1, 2020
1 parent 4aefd13 commit f063a08
Show file tree
Hide file tree
Showing 28 changed files with 149,442 additions and 1,669 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = {
// 'plugin:jsx-a11y/recommended',
],
plugins: [
'simple-import-sort',
'jest',
'@typescript-eslint',
'react-hooks',
Expand Down Expand Up @@ -116,7 +115,6 @@ module.exports = {
'import/newline-after-import': 'error',
'import/order': 'off',

'simple-import-sort/sort': 'error',
'sort-imports': 'off',

// ESLint rules (those without a '/' in) come after here
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Node CI

on: [push]
on: [push, pull-request]

env:
CI: true
Expand Down

0 comments on commit f063a08

Please sign in to comment.