File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1
1
import fileNotIncluded , { RULE_NAME as FileNotIncluded } from './file-not-included'
2
2
import noConfigunctionInSource , { RULE_NAME as NoConfigunctionInSource } from './no-config-function-in-source'
3
3
import noDebug , { RULE_NAME as NoDebug } from './no-debug'
4
- import noDeprecatedTokens , { RULE_NAME as NoDeprecatedTokens } from './no-deprecated-tokens'
5
4
import noDynamicStyling , { RULE_NAME as NoDynamicStyling } from './no-dynamic-styling'
6
5
import noEscapeHatch , { RULE_NAME as NoEscapeHatch } from './no-escape-hatch'
7
6
import noHardCodedColor , { RULE_NAME as NoHardCodedColor } from './no-hardcoded-color'
@@ -22,7 +21,6 @@ export const rules = {
22
21
[ FileNotIncluded ] : fileNotIncluded ,
23
22
[ NoConfigunctionInSource ] : noConfigunctionInSource ,
24
23
[ NoDebug ] : noDebug ,
25
- [ NoDeprecatedTokens ] : noDeprecatedTokens ,
26
24
[ NoDynamicStyling ] : noDynamicStyling ,
27
25
[ NoEscapeHatch ] : noEscapeHatch ,
28
26
[ NoHardCodedColor ] : noHardCodedColor ,
You can’t perform that action at this time.
0 commit comments