Skip to content

Commit b5c485f

Browse files
committed
ci fixes
1 parent ecdaaec commit b5c485f

4 files changed

Lines changed: 314 additions & 198 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

eslint.config.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ module.exports = defineConfig([
2727
files: ['package.json'],
2828
rules: {
2929
'package-json/order-properties': 'warn',
30-
'package-json/sort-collections': 'warn',
31-
'package-json/specify-peers-locally': 'off'
30+
'package-json/sort-collections': 'warn'
3231
}
3332
},
3433
{

0 commit comments

Comments
 (0)