mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
feat: column customization
This commit is contained in:
11
.eslintrc.js
11
.eslintrc.js
@@ -23,10 +23,19 @@ module.exports = {
|
||||
ecmaFeatures: { jsx: true },
|
||||
ecmaVersion: 2021,
|
||||
},
|
||||
plugins: ['import', 'solid', 'jsx-a11y', 'prettier', '@typescript-eslint', 'tailwindcss'],
|
||||
plugins: [
|
||||
'import',
|
||||
'no-relative-import-paths',
|
||||
'solid',
|
||||
'jsx-a11y',
|
||||
'prettier',
|
||||
'@typescript-eslint',
|
||||
'tailwindcss',
|
||||
],
|
||||
rules: {
|
||||
'no-alert': ['off'],
|
||||
'no-console': ['off'],
|
||||
'no-relative-import-paths/no-relative-import-paths': ['error', { rootDir: 'src', prefix: '@' }],
|
||||
'import/extensions': [
|
||||
'error',
|
||||
'ignorePackages',
|
||||
|
||||
Reference in New Issue
Block a user