mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 06:24:25 +01:00
update
This commit is contained in:
@@ -25,7 +25,14 @@ module.exports = {
|
||||
},
|
||||
plugins: ['import', 'solid', 'jsx-a11y', 'prettier', '@typescript-eslint', 'tailwindcss'],
|
||||
rules: {
|
||||
'import/extensions': ['error', 'ignorePackages', { ts: 'never', tsx: 'never' }],
|
||||
'import/extensions': [
|
||||
'error',
|
||||
'ignorePackages',
|
||||
{
|
||||
ts: 'never',
|
||||
tsx: 'never',
|
||||
},
|
||||
],
|
||||
'prettier/prettier': 'error',
|
||||
},
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user