Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codennnn committed Jan 31, 2023
1 parent 1f75979 commit 78a4f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prefer-code-style",
"version": "0.8.0",
"version": "1.0.0",
"description": "A collection of configuration files containing prettier, eslint, stylelint",
"keywords": [
"code lint",
Expand Down Expand Up @@ -68,7 +68,6 @@
"lint": "pnpm lint:es & pnpm lint:prettier",
"lint:es": "eslint \"./**/*.{js,jsx,ts,tsx}\"",
"lint:prettier": "prettier --write \"!./examples/**\" \"**/*.{md,json,html}\"",
"prepublishOnly": "pnpm build",
"test": "cd \"./examples/green-wall\" && pnpm lint"
},
"config": {
Expand Down

0 comments on commit 78a4f11

Please sign in to comment.