Skip to content

Commit

Permalink
Solve ESLint parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Jun 12, 2023
1 parent 082a99b commit 3a6a2e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ env:
browser: true
es2017: true
node: true
settings:
import/parsers:
espree:
- ".js"
rules:
class-methods-use-this: off
import/extensions: off
Expand Down
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ignorePaths:
- pnpm-lock.yaml
- data/**/*.json
words:
- espree
- jsdoc
- opsz
- plusplus
Expand Down

0 comments on commit 3a6a2e9

Please sign in to comment.