File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 4
4
node_modules /
5
5
dist /
6
6
coverage /
7
- test /external /** /package-lock.json
8
7
9
8
.vscode /
10
9
.idea /
Original file line number Diff line number Diff line change 1
1
package.json
2
- package-lock.json
2
+ package-lock.json
3
+
4
+ # gitignore contents below:
5
+
6
+ node_modules /
7
+ dist /
8
+ coverage /
9
+
10
+ .vscode /
11
+ .idea /
12
+
13
+ * .log
14
+ * .tmp
15
+ * .bak
16
+ * .tgz
Original file line number Diff line number Diff line change 33
33
"build:types" : " dts-bundle-generator --out-file=dist/index.d.ts source/index.ts && cp dist/index.d.ts dist/index.d.cts && cp dist/index.d.ts dist/index.d.mts" ,
34
34
"compile" : " run-s clean build:*" ,
35
35
"lint:code" : " xo" ,
36
- "lint:rest" : " prettier --ignore-path .gitignore --ignore- unknown --check ." ,
36
+ "lint:rest" : " prettier --ignore-unknown --check ." ,
37
37
"lint" : " run-s lint:*" ,
38
38
"format:code" : " npm run lint:code -- --fix" ,
39
39
"format:rest" : " npm run lint:rest -- --write ." ,
120
120
"prettier" : " @express-rate-limit/prettier" ,
121
121
"lint-staged" : {
122
122
"{source,test}/**/*.ts" : " xo --fix" ,
123
- "**/*.{json,yaml,md}" : " prettier --ignore-path .gitignore --ignore- unknown --write "
123
+ "**/*.{json,yaml,md}" : " prettier --ignore-unknown --write "
124
124
}
125
125
}
You can’t perform that action at this time.
0 commit comments