mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-13 12:33:26 +02:00
chore(eslint): enforce lowercase hexadecimal literals
This commit is contained in:
parent
0eecb9444f
commit
b221f3a77a
1 changed files with 6 additions and 0 deletions
|
|
@ -125,6 +125,12 @@ export default defineConfig(
|
|||
},
|
||||
},
|
||||
],
|
||||
'unicorn/number-literal-case': [
|
||||
'error',
|
||||
{
|
||||
hexadecimalValue: 'lowercase',
|
||||
},
|
||||
],
|
||||
|
||||
'unicorn/switch-case-braces': ['off'], // TODO: enable
|
||||
'unicorn/no-null': ['off'], // TODO: enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue