Skip to content

Commit

Permalink
switch from tslint to eslint
Browse files Browse the repository at this point in the history
This also deduplicates glob because tslint-consistent-codestyle
was using version 7 of glob and mocha is using version 8.
  • Loading branch information
dotnetCarpenter committed Nov 10, 2024
1 parent ce2e551 commit 61ebdc0
Show file tree
Hide file tree
Showing 4 changed files with 1,102 additions and 521 deletions.
7 changes: 7 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);
Loading

0 comments on commit 61ebdc0

Please sign in to comment.