Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Jan 15, 2021
1 parent 9016d38 commit 663602a
Show file tree
Hide file tree
Showing 5 changed files with 1,039 additions and 848 deletions.
4 changes: 0 additions & 4 deletions .eslintrc

This file was deleted.

13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
};
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn eslint .
- run: yarn audit
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"enhanced-resolve": "^4.1.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-standard": "^3.1.0",
"standard-version": "^4.4.0"
"eslint": "^7.17.0",
"standard-version": "^9.1.0"
}
}
Loading

0 comments on commit 663602a

Please sign in to comment.