Skip to content

Commit d67a861

Browse files
committed
Update packages
1 parent a7a5170 commit d67a861

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.prettierignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@
1111

1212
# svg
1313
*.svg
14+
15+
# eslint
16+
*.tsx
17+
*.mts
18+
*.ts
19+
*.cts
20+
*.jsx
21+
*.mjs
22+
*.js
23+
*.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
},
3232
"repository": "github:premierstacks/prettier-stack",
3333
"dependencies": {
34-
"@prettier/plugin-pug": "^3.3.0",
34+
"@prettier/plugin-pug": "^3.4.0",
3535
"@prettier/plugin-ruby": "^4.0.4",
3636
"@prettier/plugin-xml": "^3.4.1",
3737
"prettier": "^3.5.3"
3838
},
3939
"devDependencies": {
40-
"@premierstacks/eslint-stack": "github:premierstacks/eslint-stack#semver:^3.0"
40+
"@premierstacks/eslint-stack": "github:premierstacks/eslint-stack#main"
4141
},
4242
"type": "module",
4343
"sideEffects": false,

0 commit comments

Comments
 (0)