Skip to content

Commit

Permalink
chore: undo index
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Sep 9, 2024
1 parent 4914e3d commit 0f239fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin/src/rules/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import fileNotIncluded, { RULE_NAME as FileNotIncluded } from './file-not-included'
import noConfigunctionInSource, { RULE_NAME as NoConfigunctionInSource } from './no-config-function-in-source'
import noDebug, { RULE_NAME as NoDebug } from './no-debug'
import noDeprecatedTokens, { RULE_NAME as NoDeprecatedTokens } from './no-deprecated-tokens'
import noDynamicStyling, { RULE_NAME as NoDynamicStyling } from './no-dynamic-styling'
import noEscapeHatch, { RULE_NAME as NoEscapeHatch } from './no-escape-hatch'
import noHardCodedColor, { RULE_NAME as NoHardCodedColor } from './no-hardcoded-color'
Expand All @@ -22,7 +21,6 @@ export const rules = {
[FileNotIncluded]: fileNotIncluded,
[NoConfigunctionInSource]: noConfigunctionInSource,
[NoDebug]: noDebug,
[NoDeprecatedTokens]: noDeprecatedTokens,
[NoDynamicStyling]: noDynamicStyling,
[NoEscapeHatch]: noEscapeHatch,
[NoHardCodedColor]: noHardCodedColor,
Expand Down

0 comments on commit 0f239fa

Please sign in to comment.