mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 12:45:32 +08:00
chore: disable eslint on camelcase rule
This commit is contained in:
@@ -4,6 +4,7 @@ export type ColorEnum = {
|
||||
[key in keyof ZeitUIThemesPalette]?: string
|
||||
}
|
||||
|
||||
/* eslint-disable @typescript-eslint/camelcase */
|
||||
const normal: ColorEnum = {
|
||||
background: 'Background',
|
||||
accents_1: 'Accent 1',
|
||||
@@ -16,6 +17,7 @@ const normal: ColorEnum = {
|
||||
accents_8: 'Accent 8',
|
||||
foreground: 'Foreground',
|
||||
}
|
||||
/* eslint-enable camelcase */
|
||||
|
||||
const error: ColorEnum = {
|
||||
errorLight: 'Light',
|
||||
|
||||
Reference in New Issue
Block a user