Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Oct 13, 2023
1 parent 5408073 commit 2220037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
env: {
browser: true,
es2021: true,
},
extends: ['standard', 'prettier', 'eslint:recommended'],
parser: '@typescript-eslint/parser',
Expand Down

0 comments on commit 2220037

Please sign in to comment.