Skip to content

Commit

Permalink
style: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed May 28, 2024
1 parent 2063d8b commit c32a54b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .eslintrc

This file was deleted.

6 changes: 6 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
root: true

parserOptions:
ecmaVersion: latest
sourceType: module
1 change: 0 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ jobs:
VALIDATE_MARKDOWN: false
VALIDATE_GITLEAKS: false
VALIDATE_JSCPD: false
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc
9 changes: 0 additions & 9 deletions contracts/.eslintrc

This file was deleted.

5 changes: 5 additions & 0 deletions contracts/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
root: true

parserOptions:
project: tsconfig.json

0 comments on commit c32a54b

Please sign in to comment.