We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8126d55 commit e4f9612Copy full SHA for e4f9612
package.json
@@ -24,8 +24,8 @@
24
"name": "classmethod"
25
},
26
"scripts": {
27
- "check": "biome check commands agents",
28
- "fix": "biome check commands agents --write",
+ "check": "biome check src",
+ "fix": "biome check src --write",
29
"prepare": "simple-git-hooks",
30
"secretlint": "secretlint --secretlintignore .gitignore **/*"
31
0 commit comments