Skip to content

Commit 29f9405

Browse files
chore: fix small stuff
1 parent 01a04fd commit 29f9405

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
package.json
22
test/**/*.*
33
!test/*.js
4+
5+
# Generated files
6+
types.d.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"scripts": {
4545
"prepare": "husky install",
4646
"lint": "yarn lint:code && yarn lint:types && yarn lint:types-test && yarn lint:special && yarn lint:spellcheck",
47-
"lint:code": "node eslint --cache .",
47+
"lint:code": "eslint --cache .",
4848
"lint:special": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-file-header && node node_modules/tooling/generate-types",
4949
"lint:types": "tsc",
5050
"lint:types-test": "tsc -p tsconfig.types.test.json",

0 commit comments

Comments
 (0)