Skip to content

Commit

Permalink
feat: drop postfix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 20, 2024
1 parent 0741fe3 commit 5643e9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ module.exports = {
'@angular-eslint/use-component-selector': 'off',
'@angular-eslint/use-component-view-encapsulation': 'off',
'@angular-eslint/use-injectable-provided-in': 'off',
'@taiga-ui/experience/no-postfix-class': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-base-to-string': 'off',
Expand Down
1 change: 0 additions & 1 deletion projects/eslint-plugin-experience/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
'injection-token-description': require('./rules/injection-token-description'),
'no-deep-imports': require('./rules/no-deep-imports'),
'no-implicit-public': require('./rules/no-implicit-public'),
'no-postfix-class': require('./rules/no-postfix-class'),
'no-private-esnext-fields': require('./rules/no-private-esnext-fields'),
'no-simple-for-of': require('./rules/no-simple-for-of'),
'prefer-deep-imports': require('./rules/prefer-deep-imports'),
Expand Down
33 changes: 0 additions & 33 deletions projects/eslint-plugin-experience/rules/no-postfix-class.js

This file was deleted.

0 comments on commit 5643e9e

Please sign in to comment.