We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
skuba format
1 parent 693f592 commit 21b2ef7Copy full SHA for 21b2ef7
package.json
@@ -30,6 +30,6 @@
30
"entryPoint": "packages/hooks/src/index.ts",
31
"template": "oss-npm-package",
32
"type": "package",
33
- "version": "11.0.0"
+ "version": "12.1.1"
34
}
35
pnpm-workspace.yaml
@@ -2,11 +2,13 @@
2
packageManagerStrictVersion: true
3
publicHoistPattern:
4
- '@types*'
5
- - '*eslint*'
6
- - '*prettier*'
+ - eslint
+ - eslint-config-skuba
7
+ - prettier
8
- esbuild
9
- jest
10
- tsconfig-seek
11
+ - typescript
12
# end managed by skuba
13
14
packages:
0 commit comments