mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
🔧 ignore no en rule
This commit is contained in:
parent
41794c1850
commit
1377338548
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"rules": {
|
||||
"eslint-comments/no-use": "off",
|
||||
"import/no-namespace": "off",
|
||||
"i18n-text/no-en": "off",
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars": "error",
|
||||
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
|
||||
|
|
|
|||
Loading…
Reference in a new issue