Skip to content

Commit 2993d7d

Browse files
Linter fixes
1 parent 93ffa8f commit 2993d7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": "npm run test:node && npm run test:typescript && npm run test:browser && npm run lint",
4343
"test:node": "mocha",
4444
"test:browser": "karma start --single-run",
45-
"test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.spec.ts",
45+
"test:typescript": "tsc --noEmit --strict --lib esnext,dom test/specs/typescript-definition.spec.ts",
4646
"coverage": "npm run coverage:node && npm run coverage:browser",
4747
"coverage:node": "nyc node_modules/mocha/bin/mocha",
4848
"coverage:browser": "npm run test:browser -- --coverage",
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@babel/polyfill": "^7.10.4",
55-
"@jsdevtools/eslint-config": "^1.0.4",
55+
"@jsdevtools/eslint-config": "^1.0.5",
5656
"@jsdevtools/host-environment": "^2.0.4",
5757
"@jsdevtools/karma-config": "^3.1.7",
5858
"@jsdevtools/version-bump-prompt": "^6.0.6",

0 commit comments

Comments
 (0)