Skip to content

Commit b437b4d

Browse files
authored
Merge branch 'master' into fix/hmr-order
2 parents 9d16097 + 2633446 commit b437b4d

File tree

5 files changed

+1713
-70
lines changed

5 files changed

+1713
-70
lines changed

.cspell.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"version": "0.2",
3+
"language": "en,en-gb",
4+
"words": [
5+
"publicpath",
6+
"memfs",
7+
"crossorigin",
8+
"Crossorigin",
9+
"camelcase",
10+
"unreload",
11+
"cnfg",
12+
"sorhus",
13+
"sindre",
14+
"staticc",
15+
"deepc",
16+
"pathinfo",
17+
"iife",
18+
"IIFE",
19+
"fullhref",
20+
"Unexception",
21+
"fullhash",
22+
"truetype",
23+
"entrypoints",
24+
"plusplus",
25+
"hotreloading",
26+
"chunkhash",
27+
"concat",
28+
"nosources",
29+
"hspace",
30+
"vspace",
31+
"commitlint",
32+
"unreload",
33+
"cnfg"
34+
],
35+
36+
"ignorePaths": [
37+
"CHANGELOG.md",
38+
"package.json",
39+
"dist/**",
40+
"**/__snapshots__/**",
41+
"package-lock.json",
42+
"/test/js",
43+
"/test/outputs",
44+
"/test/manual/dist"
45+
]
46+
}

.github/workflows/cancel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 3
1919
steps:
20-
- uses: styfle/cancel-workflow-action@0.10.0
20+
- uses: styfle/cancel-workflow-action@0.11.0
2121
with:
2222
workflow_id: nodejs.yml
2323
access_token: ${{ github.token }}

lint-staged.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
"*": ["prettier --write --ignore-unknown"],
2+
"*": ["prettier --write --ignore-unknown", "cspell"],
33
"*.{js,ts}": ["eslint --cache --fix"],
44
};

0 commit comments

Comments
 (0)