Skip to content

Commit 0f239fa

Browse files
committed
chore: undo index
1 parent 4914e3d commit 0f239fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/src/rules/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import fileNotIncluded, { RULE_NAME as FileNotIncluded } from './file-not-included'
22
import noConfigunctionInSource, { RULE_NAME as NoConfigunctionInSource } from './no-config-function-in-source'
33
import noDebug, { RULE_NAME as NoDebug } from './no-debug'
4-
import noDeprecatedTokens, { RULE_NAME as NoDeprecatedTokens } from './no-deprecated-tokens'
54
import noDynamicStyling, { RULE_NAME as NoDynamicStyling } from './no-dynamic-styling'
65
import noEscapeHatch, { RULE_NAME as NoEscapeHatch } from './no-escape-hatch'
76
import noHardCodedColor, { RULE_NAME as NoHardCodedColor } from './no-hardcoded-color'
@@ -22,7 +21,6 @@ export const rules = {
2221
[FileNotIncluded]: fileNotIncluded,
2322
[NoConfigunctionInSource]: noConfigunctionInSource,
2423
[NoDebug]: noDebug,
25-
[NoDeprecatedTokens]: noDeprecatedTokens,
2624
[NoDynamicStyling]: noDynamicStyling,
2725
[NoEscapeHatch]: noEscapeHatch,
2826
[NoHardCodedColor]: noHardCodedColor,

0 commit comments

Comments
 (0)