Skip to content

Commit 61ebdc0

Browse files
switch from tslint to eslint
This also deduplicates glob because tslint-consistent-codestyle was using version 7 of glob and mocha is using version 8.
1 parent ce2e551 commit 61ebdc0

File tree

4 files changed

+1102
-521
lines changed

4 files changed

+1102
-521
lines changed

eslint.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import eslint from '@eslint/js';
2+
import tseslint from 'typescript-eslint';
3+
4+
export default tseslint.config(
5+
eslint.configs.recommended,
6+
...tseslint.configs.recommended,
7+
);

0 commit comments

Comments
 (0)