Skip to content

Commit

Permalink
Rename lintfix to lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 1, 2024
1 parent 1c51576 commit 228b68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"link:all": "esyes ./bin/link-all.mts",
"lint": "npm-run-all lint:*",
"lint:files": "turbo lint",
"lint:fix": "pnpm turbo test:lint -- --fix && prettier -w .",
"lint:format": "prettier -c .",
"lint:types": "tsc -b",
"lintfix": "pnpm turbo test:lint -- --fix && prettier -w .",
"start": "vite",
"test": "node bin/run-tests.mjs",
"test:babel-plugins": "yarn workspace @glimmer/vm-babel-plugins test",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,

"types": ["qunit", "node", "vite/client"],
"types": ["qunit", "node", "vite/client"]
},
"include": ["./**/*", "./**/*.d.ts"],
"exclude": ["*/dist", "*/node_modules", "**/fixtures", "*/test"]
Expand Down

0 comments on commit 228b68b

Please sign in to comment.