Skip to content

Commit

Permalink
update all deps & clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Nov 4, 2024
1 parent 8f38806 commit 80a59f2
Show file tree
Hide file tree
Showing 12 changed files with 6,944 additions and 4,751 deletions.
11 changes: 9 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@
"extends": ["plugin:github/recommended", "plugin:github/typescript", "plugin:github/browser"],
"rules": {
"no-invalid-this": "off",
"@typescript-eslint/no-invalid-this": ["error"]
"@typescript-eslint/no-invalid-this": "error"
},
"settings": {
"import/resolver": {
"typescript": true
}
},
"overrides": [
{
"files": "test/*",
"rules": {
"github/unescaped-html-literal": "off"
"github/unescaped-html-literal": "off",
"github/no-inner-html": "off",
"i18n-text/no-en": "off"
},
"env": {
"mocha": true
Expand Down
Loading

0 comments on commit 80a59f2

Please sign in to comment.