mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 17:05:47 +01:00
Update eslint
This commit is contained in:
@@ -4,8 +4,9 @@ module.exports = {
|
||||
'plugin:@next/next/recommended',
|
||||
'plugin:jest/recommended',
|
||||
'plugin:storybook/recommended',
|
||||
'plugin:@typescript-eslint/eslint-recommended',
|
||||
],
|
||||
plugins: ['testing-library', 'jest'],
|
||||
plugins: ['testing-library', 'jest', 'react-hooks', 'react'],
|
||||
overrides: [
|
||||
{
|
||||
files: ['**/?(*.)+(spec|test).[jt]s?(x)'],
|
||||
|
||||
Reference in New Issue
Block a user