Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Oct 20, 2023
1 parent e29e2db commit 637e28b
Show file tree
Hide file tree
Showing 5 changed files with 2,390 additions and 6,518 deletions.
34 changes: 0 additions & 34 deletions .eslintrc.js

This file was deleted.

24 changes: 24 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"root": true,
"extends": [
"plugin:prettier/recommended",
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"project": true
},
"rules": {
"prettier/prettier": "warn",
"linebreak-style": ["error", "unix"],
"eqeqeq": ["error", "smart"],
"@typescript-eslint/no-for-in-array": ["error"],
"@typescript-eslint/explicit-member-accessibility": [
"error",
{ "accessibility": "no-public" }
],
"@typescript-eslint/explicit-function-return-type": [
"error",
{ "allowExpressions": true, "allowTypedFunctionExpressions": true }
]
}
}
Loading

0 comments on commit 637e28b

Please sign in to comment.