Skip to content

Commit

Permalink
checking
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmayDhobale committed Mar 18, 2024
1 parent 84ab980 commit 077518c
Show file tree
Hide file tree
Showing 5 changed files with 1,216 additions and 849 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ env:

plugins:
- "@typescript-eslint"
- "prettier"

extends:
- eslint:recommended
- plugin:@typescript-eslint/eslint-recommended
- plugin:@typescript-eslint/recommended
- prettier
- prettier/@typescript-eslint

parserOptions:
ecmaVersion: 2018
Expand All @@ -22,6 +25,7 @@ rules:
# Ignore Rules
strict: 0
no-underscore-dangle: 0
'prettier/prettier': 'error'
no-mixed-requires: 0
no-process-exit: 0
no-warning-comments: 0
Expand Down
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh"

npm run format:fix
npm run lint:fix
git add .
npm run lint:fix
Loading

0 comments on commit 077518c

Please sign in to comment.