Skip to content

Commit

Permalink
lint run
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Sep 9, 2024
1 parent 0819eef commit 2c701ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:watch": "jest --watch",
"build:types": "tsc -p tsconfig.build.json && tsc-alias",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint:fix": "eslint src test --ext .ts src/** test/*.ts",
"lint": "eslint src test --ext .ts src/** test/*.ts",
"lint:check": "eslint --ext .ts src/** test/*.ts",
"build": "npm run clean && tsc --module commonjs -p tsconfig.build.json && tsc-alias",
"clean": "rimraf ./dist"
Expand Down

0 comments on commit 2c701ea

Please sign in to comment.