Skip to content

Commit

Permalink
Merge pull request #36 from MrAntix/main
Browse files Browse the repository at this point in the history
chore(eslint): define config env
  • Loading branch information
ntix authored Feb 2, 2024
2 parents c47345e + 16ee93a commit 2e17db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
env: { node: true, browser: true },
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
Expand Down

0 comments on commit 2e17db1

Please sign in to comment.