Skip to content

Commit 1b5af9d

Browse files
committed
Removes unnecessary tslint checks
1 parent b759110 commit 1b5af9d

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed
23.6 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"eslint --fix"
111111
],
112112
"*.ts": [
113-
"tslint --fix --exclude test/integration/project/lintingError.ts"
113+
"tslint --fix"
114114
],
115115
"*.{js,ts}": [
116116
"prettier --write",

test/integration/index.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
var fs = require('fs');
32
var describe = require('mocha').describe;
43
var it = require('mocha').it;

0 commit comments

Comments
 (0)