Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Jul 12, 2023
1 parent 8acb5d7 commit d7d40f6
Show file tree
Hide file tree
Showing 4 changed files with 2,397 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* eslint-env node */
module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
root: true,
};
Loading

0 comments on commit d7d40f6

Please sign in to comment.