Skip to content

Commit

Permalink
Merge branch 'master' into feat-export-default-minimize-options
Browse files Browse the repository at this point in the history
  • Loading branch information
fretfan committed Jan 7, 2022
2 parents 7e14f72 + 3ff3077 commit 27046df
Show file tree
Hide file tree
Showing 4 changed files with 3,493 additions and 3,278 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x]
node-version: [16.x]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions lint-staged.config.js
@@ -1,4 +1,4 @@
module.exports = {
"*.js": ["prettier --write", "eslint --fix"],
"*.{json,md,yml,css,ts}": ["prettier --write"],
"*": ["prettier --write --ignore-unknown"],
"*.js": ["eslint --cache --fix"],
};

0 comments on commit 27046df

Please sign in to comment.