File tree 3 files changed +6
-3
lines changed
packages/react-router-busy
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- main
8
8
paths :
9
+ # This is fine for merging PR which is a push to main because changesets updates package's changelog and package.json to trigger this
9
10
- ' packages/react-router-busy/**'
10
11
11
12
# Don't run publish multiple times at once
Original file line number Diff line number Diff line change 30
30
"formatter" : {
31
31
"ignore" : [
32
32
// Until we fix vite-plugin-icons-spritesheet
33
- " ./apps/git-sell/public/icons/*"
33
+ " ./apps/git-sell/public/icons/*" ,
34
34
// Until biome handles nested gitignore files
35
35
// Actually not tracked in git so doesn't matter
36
- // "./packages/react-router-busy/dist/*"
36
+ // "./packages/react-router-busy/dist/*",
37
+ // changesets changes package json formatting causing lint failure before publish
38
+ " **/package.json"
37
39
]
38
40
},
39
41
"vcs" : {
Original file line number Diff line number Diff line change @@ -60,4 +60,4 @@ return (
60
60
61
61
### NavLink
62
62
63
- TODO Better not to have all that extra code for the ` as ` prop.
63
+ TODO Better not to have all that extra code for the ` as ` prop
You can’t perform that action at this time.
0 commit comments