Skip to content

Commit 008da68

Browse files
committed
v0.3.0
1 parent 9e92624 commit 008da68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-solid",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Solid-specific linting rules for ESLint.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"prepare": "husky install",
15-
"prepublishOnly": "yarn build && yarn lint --fix && prettier --write src && yarn test:all",
15+
"prepublishOnly": "yarn build && yarn lint && prettier --check src && yarn test:all",
1616
"build": "tsc -p tsconfig.build.json && yarn run docs",
1717
"docs": "PARSER=none ts-node --transpile-only scripts/docs.ts",
1818
"lint": "eslint src",

0 commit comments

Comments
 (0)