Skip to content

Commit

Permalink
Enable LineCountEnforcer for HA discord server (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Oct 16, 2022
1 parent 269dfdf commit c6a812e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion services/bots/src/discord/listeners/common/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const ListenersCommon = [];
import { ListenerCommonLineCountEnforcer } from './line_count_enforcer';

export const ListenersCommon = [ListenerCommonLineCountEnforcer];
4 changes: 1 addition & 3 deletions services/bots/src/discord/listeners/esphome/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import { ListenerCommonLineCountEnforcer } from '../common/line_count_enforcer';

export const ListenersEsphome = [ListenerCommonLineCountEnforcer];
export const ListenersEsphome = [];

0 comments on commit c6a812e

Please sign in to comment.