Skip to content

Commit

Permalink
chore: add unicorn ESLint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jul 20, 2024
1 parent 150bb1a commit 0a6d0b1
Show file tree
Hide file tree
Showing 17 changed files with 824 additions and 46 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
root: true
parser: '@typescript-eslint/parser'
parserOptions:
ecmaVersion: latest
plugins:
- '@typescript-eslint'
- 'unicorn'
extends:
- 'eslint:recommended'
- 'plugin:@typescript-eslint/recommended'
- 'plugin:unicorn/recommended'
env:
node: true
es2024: true
rules:
unicorn/filename-case: off
unicorn/no-null: off
Loading

0 comments on commit 0a6d0b1

Please sign in to comment.