Skip to content

Commit

Permalink
Configure ESLint and upgrade to Node 18 (#1)
Browse files Browse the repository at this point in the history
* Configure eslint

* Update node version to 18
  • Loading branch information
dmahely authored Dec 1, 2023
1 parent 6dfc650 commit 4edfa8d
Show file tree
Hide file tree
Showing 4 changed files with 12,620 additions and 8,033 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,
};
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.17.0
Loading

0 comments on commit 4edfa8d

Please sign in to comment.