Skip to content

Commit

Permalink
build(lint): enable linting on typings (#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Feb 15, 2020
1 parent 2ab176d commit 9eb9b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -24,6 +24,7 @@ describe('InputFileSystem integration', () => {
} else if (!dirs) {
done('no dirs');
} else {
// eslint-disable-next-line @typescript-eslint/require-array-sort-compare
dirs.sort();
expect(dirs).deep.eq(['dir1', 'dir2', 'dir3']);
done();
Expand Down
1 change: 1 addition & 0 deletions tsconfig.lint.json
Expand Up @@ -3,6 +3,7 @@
// This file is a workaround for: https://github.com/palantir/tslint/issues/4137
"include": [
"packages/*/src",
"packages/*/typings",
"packages/*/test"
]
}

0 comments on commit 9eb9b2b

Please sign in to comment.