Skip to content

Commit

Permalink
add publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro committed May 24, 2024
1 parent 26b609a commit 7961389
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint --fix index.js",
"lint:check": "eslint index.js"
"lint:check": "eslint index.js",
"version": "yarn changeset version && yarn --mode update-lockfile",
"release": "yarn build && changeset publish"
},
"files": [
"index.js"
],
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint/js": "^9.0.0",
Expand Down

0 comments on commit 7961389

Please sign in to comment.