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 9e92624 commit 008da68Copy full SHA for 008da68
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-solid",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "Solid-specific linting rules for ESLint.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
},
13
"scripts": {
14
"prepare": "husky install",
15
- "prepublishOnly": "yarn build && yarn lint --fix && prettier --write src && yarn test:all",
+ "prepublishOnly": "yarn build && yarn lint && prettier --check src && yarn test:all",
16
"build": "tsc -p tsconfig.build.json && yarn run docs",
17
"docs": "PARSER=none ts-node --transpile-only scripts/docs.ts",
18
"lint": "eslint src",
0 commit comments