File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 11import fileNotIncluded , { RULE_NAME as FileNotIncluded } from './file-not-included'
22import noConfigunctionInSource , { RULE_NAME as NoConfigunctionInSource } from './no-config-function-in-source'
33import noDebug , { RULE_NAME as NoDebug } from './no-debug'
4- import noDeprecatedTokens , { RULE_NAME as NoDeprecatedTokens } from './no-deprecated-tokens'
54import noDynamicStyling , { RULE_NAME as NoDynamicStyling } from './no-dynamic-styling'
65import noEscapeHatch , { RULE_NAME as NoEscapeHatch } from './no-escape-hatch'
76import 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 ,
You can’t perform that action at this time.
0 commit comments