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.
2 parents 8fe314e + 19ecb90 commit 07eb317Copy full SHA for 07eb317
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@trilon/eslint-plugin",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Official Trilon Eslint Plugin",
5
"type": "commonjs",
6
"main": "./lib/index.js",
@@ -15,7 +15,7 @@
15
"node": ">=16.*.*"
16
},
17
"scripts": {
18
- "prepare": "tsc",
+ "prepare": "npm run tsc",
19
"tsc": "rimraf ./lib && tsc -p tsconfig.build.json && tsc-alias",
20
"test": "tsx --import ./tests/global.setup.js --test tests/**/*.spec.ts",
21
"format": "prettier --write .",
0 commit comments