We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*.ts
1 parent 90d21b6 commit 283b1f3Copy full SHA for 283b1f3
package.json
@@ -9,7 +9,7 @@
9
"typings": "typings/mysql/index",
10
"scripts": {
11
"lint": "npm run lint:docs && npm run lint:code",
12
- "lint:code": "eslint index.js promise.js \"lib/**/*.js\" \"test/**/*.js\" \"benchmarks/**/*.js\"",
+ "lint:code": "eslint index.js promise.js index.d.ts promise.d.ts \"typings/**/*.ts\" \"lib/**/*.js\" \"test/**/*.{js,ts}\" \"benchmarks/**/*.js\"",
13
"lint:docs": "eslint Contributing.md README.md \"documentation/**/*.md\" \"examples/*.js\"",
14
"test": "node ./test/run.js",
15
"test:tsc-build": "cd \"test/tsc-build\" && npx tsc -p \"tsconfig.json\"",
0 commit comments