Skip to content

Commit 27046df

Browse files
authored
Merge branch 'master' into feat-export-default-minimize-options
2 parents 7e14f72 + 3ff3077 commit 27046df

File tree

4 files changed

+3493
-3278
lines changed

4 files changed

+3493
-3278
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
23-
node-version: [12.x]
23+
node-version: [16.x]
2424

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

lint-staged.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
"*.js": ["prettier --write", "eslint --fix"],
3-
"*.{json,md,yml,css,ts}": ["prettier --write"],
2+
"*": ["prettier --write --ignore-unknown"],
3+
"*.js": ["eslint --cache --fix"],
44
};

0 commit comments

Comments
 (0)