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