Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

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 f1e6158 commit 235783b
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 27,325 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: "fetch-browser: Install npm packages"
command: "npm run setup:ci"
command: "npm run setup"

- run:
name: "fetch-browser: Babel build"
Expand Down
12 changes: 6 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"parser": "babel-eslint",
"root": true,
"extends": [
"@asd14/eslint-config/targets/html",
"@asd14/eslint-config/targets/html"
],

"globals": {
require: true,
fixture: true,
test: true
"require": true,
"fixture": true,
"test": true
},

"rules": {
Expand All @@ -22,7 +22,7 @@
"settings": {
// Recommended if you use eslint_d
"import/cache": {
"lifetime": 5,
},
"lifetime": 5
}
}
}
Loading

0 comments on commit 235783b

Please sign in to comment.