Skip to content

Commit

Permalink
style: Update ESLint config (#22)
Browse files Browse the repository at this point in the history
* deps(Dev): Add `eslint-config-noir` version `1.3.0`

* style: Fix code style issues
  • Loading branch information
ardalanamini authored Nov 4, 2022
1 parent 4793f24 commit 0e458aa
Show file tree
Hide file tree
Showing 51 changed files with 2,369 additions and 977 deletions.
85 changes: 0 additions & 85 deletions .eslintrc

This file was deleted.

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
es2021: true
node: true
extends: noir/all
parserOptions:
project: ./tsconfig.eslint.json
ecmaVersion: latest
sourceType: module
rules:
multiline-comment-style: off
max-nested-callbacks: off
import/extensions: off
import/no-relative-parent-imports: off
"@typescript-eslint/no-magic-numbers": off
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.ts text eol=lf
*.js text eol=lf
Loading

0 comments on commit 0e458aa

Please sign in to comment.