Skip to content

Commit

Permalink
fix: format/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Jul 4, 2024
1 parent d5cf485 commit 81fee5c
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 116 deletions.
180 changes: 69 additions & 111 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@countbot/countbot-api-types",
"version": "1.7.1",
"version": "1.7.2",
"description": "API types for CountBot",
"author": {
"name": "CountBot",
Expand All @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "^7.15.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-formatter-pretty": "^6.0.1",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.3.2",
"typescript": "^5.4.5",
Expand All @@ -35,8 +35,8 @@
"scripts": {
"build:node": "tsc",
"build:ci": "tsc --noEmit",
"format": "prettier --write . && cross-env ESLINT_USE_FLAT_CONFIG=false eslint --fix src",
"lint": "prettier --check . && cross-env ESLINT_USE_FLAT_CONFIG=false eslint src",
"format": "prettier --write . && cross-env ESLINT_USE_FLAT_CONFIG=false eslint --fix --format=pretty src",
"lint": "prettier --check . && cross-env ESLINT_USE_FLAT_CONFIG=false eslint --format=pretty src",
"preinstall": "npm run build:node"
}
}
}

0 comments on commit 81fee5c

Please sign in to comment.