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.
1 parent d8d4a8f commit 4332daaCopy full SHA for 4332daa
src/python-schema-generator/package.json
@@ -16,8 +16,8 @@
16
"name": "python-schema-generator",
17
"private": true,
18
"scripts": {
19
- "lint": "eslint scripts",
20
- "lint:fix": "eslint scripts --fix",
+ "lint": "eslint src",
+ "lint:fix": "eslint src --fix",
21
"merge": "tsx src/merge-allof-cli.ts",
22
"test:unit": "jest",
23
"typecheck": "tsc --noEmit"
0 commit comments