Skip to content

Commit

Permalink
feat: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Mar 21, 2021
1 parent ce764f3 commit 9d4d812
Show file tree
Hide file tree
Showing 4 changed files with 6,972 additions and 32,206 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- run:
name: "redux-all-is-list: Install npm packages"
command: "npm run setup:ci"
command: "npm run setup"

- run:
name: "redux-all-is-list: Babel compile"
Expand Down
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"root": true,
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": [
"@asd14/eslint-config/targets/node"
],
"settings": {
// Recommended if you use eslint_d
"import/cache": {
"lifetime": 5,
"lifetime": 5
}
},
"rules": {
// disable until upstream issues fixed
"jsdoc/check-line-alignment": "off",

"newline-after-var": "off"
},
}
}
Loading

0 comments on commit 9d4d812

Please sign in to comment.