Skip to content

Commit

Permalink
chore: fix code style with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
hecht-a committed Sep 5, 2022
1 parent 379b19e commit 5d8fc3f
Show file tree
Hide file tree
Showing 8 changed files with 1,985 additions and 213 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
],
"rules": {
"@typescript-eslint/no-shadow": 0,
"@typescript-eslint/no-non-null-assertion": 0,
"guard-for-in": 0,
"multiline-ternary": [
"error",
Expand Down
27 changes: 4 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
lib
*.cache
.npmrc
.idea
Loading

0 comments on commit 5d8fc3f

Please sign in to comment.