Skip to content

Commit

Permalink
chore(eslint): define config env
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAntix committed Feb 2, 2024
1 parent 76f6f56 commit b4bb422
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 b4bb422

Please sign in to comment.