Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Dec 12, 2021
1 parent 9e92624 commit 008da68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-solid",
"version": "0.2.0",
"version": "0.3.0",
"description": "Solid-specific linting rules for ESLint.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,7 +12,7 @@
},
"scripts": {
"prepare": "husky install",
"prepublishOnly": "yarn build && yarn lint --fix && prettier --write src && yarn test:all",
"prepublishOnly": "yarn build && yarn lint && prettier --check src && yarn test:all",
"build": "tsc -p tsconfig.build.json && yarn run docs",
"docs": "PARSER=none ts-node --transpile-only scripts/docs.ts",
"lint": "eslint src",
Expand Down

0 comments on commit 008da68

Please sign in to comment.