feat(ui): migrate theming to chakra ui

This commit is contained in:
psychedelicious
2023-03-06 20:02:40 +11:00
parent a305b6adbf
commit 57144ac0cf
325 changed files with 6616 additions and 6246 deletions

View File

@ -30,7 +30,10 @@ module.exports = {
radix: 'error',
'space-before-blocks': 'error',
'import/prefer-default-export': 'off',
'@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePattern: '_+' }],
'@typescript-eslint/no-unused-vars': [
'warn',
{ varsIgnorePattern: '^_', argsIgnorePattern: '^_' },
],
'prettier/prettier': ['error', { endOfLine: 'auto' }],
},
settings: {