Skip to content

Commit

Permalink
feat(eslint-plugin-experience): add prefer-default-last
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 19, 2023
1 parent 66672e0 commit 6e5585c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ module.exports = {
'rxjs/no-connectable': 'error',
'rxjs/no-cyclic-action': 'error',
'rxjs/no-ignored-observable': 'error',
'rxjs/no-ignored-takewhile-value': 'error',
'rxjs/no-topromise': 'error',
'rxjs/no-unsafe-catch': 'error',
'rxjs/no-unsafe-first': 'error',
Expand All @@ -632,6 +633,7 @@ module.exports = {
'simple-import-sort/exports': 'error',
'simple-import-sort/imports': 'error',
'sonar/for-in': 'error',
'sonar/prefer-default-last': 'error',
'sonarjs/no-identical-functions': 'error',
'sonarjs/no-inverted-boolean-check': 'error',
'spaced-comment': [
Expand Down Expand Up @@ -907,10 +909,8 @@ module.exports = {
'promise/no-nesting': 'off',
quotes: 'off',
'require-await': 'off',
'rxjs/no-ignored-takewhile-value': 'off',
'sonar/function-name': 'off',
'sonar/max-union-size': 'off',
'sonar/prefer-default-last': 'off',
'sonarjs/cognitive-complexity': 'off',
'sonarjs/max-switch-cases': 'off',
'sonarjs/no-duplicate-string': 'off',
Expand Down

0 comments on commit 6e5585c

Please sign in to comment.