Skip to content

Commit

Permalink
add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner committed Jan 4, 2024
1 parent 9182466 commit 79e2bd2
Show file tree
Hide file tree
Showing 3 changed files with 2,638 additions and 8 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
env:
browser: true
es2022: true
node: true
jest: true
extends:
- standard
parserOptions:
sourceType: module
ecmaVersion: 2022
globals:
Module: true
Log: true
rules:
"comma-dangle": ["error", "always-multiline"]
Loading

0 comments on commit 79e2bd2

Please sign in to comment.