Skip to content

Commit dd352bb

Browse files
keithamuskoddsson
andcommitted
turn off unecessary lint rules for this package
Co-authored-by: Kristján Oddsson <koddsson@gmail.com>
1 parent 9d3f328 commit dd352bb

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.eslintrc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"plugins": ["github"],
44
"extends": ["plugin:github/recommended", "plugin:github/typescript", "plugin:github/browser"],
55
"rules": {
6-
"no-invalid-this": "off",
7-
"@typescript-eslint/no-invalid-this": ["error"],
6+
"import/no-unresolved": "off",
7+
"github/no-inner-html": "off",
8+
"i18n-text/no-en": "off",
89
"import/extensions": ["error", "ignorePackages"],
910
"@typescript-eslint/consistent-type-imports": ["error", {"prefer": "type-imports"}]
1011
},
@@ -24,6 +25,9 @@
2425
},
2526
{
2627
"files": "*.cjs",
28+
"rules": {
29+
"import/no-commonjs": "off"
30+
},
2731
"env": {
2832
"node": true
2933
}

0 commit comments

Comments
 (0)