Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and github-actions[bot] committed Oct 11, 2024
1 parent 73ed48f commit d670e34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ module.exports = {
...parserOptions,
},
rules: {
'i18n/no-chinese-character': 'error',
'i18n/no-greek-character': 'error',
'i18n/no-japanese-character': 'error',
'i18n/no-korean-character': 'error',
'i18n/no-russian-character': 'error',
'i18n/no-thai-character': 'error',
'@angular-eslint/contextual-decorator': 'error',
'@angular-eslint/contextual-lifecycle': 'error',
'@angular-eslint/directive-selector': 'error',
Expand Down Expand Up @@ -623,6 +617,12 @@ module.exports = {
},
],
'guard-for-in': 'error',
'i18n/no-chinese-character': 'error',
'i18n/no-greek-character': 'error',
'i18n/no-japanese-character': 'error',
'i18n/no-korean-character': 'error',
'i18n/no-russian-character': 'error',
'i18n/no-thai-character': 'error',
'import/consistent-type-specifier-style': ['error', 'prefer-top-level'],
'import/first': 'error',
'import/newline-after-import': ['error', {count: 1}],
Expand Down

0 comments on commit d670e34

Please sign in to comment.