Skip to content

Commit

Permalink
chore: fix typo in lint:fix script (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Apr 15, 2022
1 parent ee2a071 commit 8c48d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "tsc -p tsconfig.build.json",
"lint": "eslint . --ext .ts,.js,.cjs",
"lint:fix": "eslint . --ext .ts,.ts,.cjs --fix",
"lint:fix": "eslint . --ext .ts,.js,.cjs --fix",
"format": "prettier --write lib test",
"test": "mocha --exit --timeout 40000 --recursive --reporter spec test/*.spec.js",
"schema": "ts-json-schema-generator -p ./docs/schema.d.ts -o ./docs/schema.json -t Schema"
Expand Down

0 comments on commit 8c48d25

Please sign in to comment.