Skip to content

Commit

Permalink
chore: Version 9.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jan 8, 2024
1 parent f27e5b9 commit dc96034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@cowtech/eslint-config",
"version": "9.0.0",
"version": "9.0.1",
"description": "CowTech ESLint configuration",
"homepage": "https://github.com/cowtech/eslint-config/issues",
"repository": "github:cowtech/eslint-config",
Expand Down Expand Up @@ -29,7 +29,7 @@
"scripts": {
"format": "prettier -w *.js",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx -c index.js .",
"typecheck": "exit 0",
"typecheck": "exit 0",
"test": "exit 0",
"ci": "npm run lint",
"prepublishOnly": "npm run ci",
Expand Down

0 comments on commit dc96034

Please sign in to comment.