Skip to content

Commit

Permalink
chore: remove tsx in config
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Oct 2, 2021
1 parent 62f4854 commit 27fcd28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"src/**/*.{js,ts}": [
"eslint --fix"
],
"*.{js,ts,tsx,json,yml,yaml,css,html}": [
"*.{js,ts,json,yml,yaml,css,html}": [
"prettier --write"
]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"scripts": {
"--DEVELOPMENT--": "echo \"--DEVELOPMENT--\" && exit 1",
"dev": "ts-node-dev src/index.ts",
"format": "prettier --write 'src/**/*.{css,js,ts,tsx}' '**/*.md'",
"lint": "eslint ./src/ --ext .js,.ts,.tsx --max-warnings 0 --report-unused-disable-directives",
"format": "prettier --write 'src/**/*.{css,js,ts}' '**/*.md'",
"lint": "eslint ./src/ --ext .js,.ts --max-warnings 0 --report-unused-disable-directives",
"postinstall": "husky install",
"sweep": "rimraf build",
"test": "exit 0",
Expand All @@ -60,7 +60,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"husky": "7",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ human-signals@^2.1.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==

husky@7:
husky@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff"
integrity sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==
Expand Down

0 comments on commit 27fcd28

Please sign in to comment.