Skip to content

Commit

Permalink
chore(deps): update (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Sep 17, 2020
1 parent fa53359 commit c11b9f0
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 3,838 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Lint
run: npm run lint

# - name: Security audit
# run: npm run security
- name: Security audit
run: npm run security

- name: Check commit message
uses: wagoid/commitlint-github-action@v1
Expand Down
4 changes: 2 additions & 2 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
'*.{json,md,yml,css,ts}': ['prettier --write', 'git add'],
'*.js': ['eslint --fix', 'prettier --write'],
'*.{json,md,yml,css,ts}': ['prettier --write'],
};

0 comments on commit c11b9f0

Please sign in to comment.