Try fixing build errors on CI

This commit is contained in:
ajnart
2023-01-08 14:22:06 +09:00
parent 9163c03baa
commit 0cb81c2715
3 changed files with 2 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ module.exports = {
project: './tsconfig.json',
},
rules: {
'import/no-cycle': 'off',
'react/react-in-jsx-scope': 'off',
'react/no-children-prop': 'off',
'unused-imports/no-unused-imports': 'warn',
@@ -28,6 +29,6 @@ module.exports = {
'@typescript-eslint/no-shadow': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'linebreak-style': 0
'linebreak-style': 0,
},
};

View File

@@ -1,4 +1,3 @@
/*eslint import/no-cycle: [2, { maxDepth: 1 }]*/
import { useMutation, useQuery } from '@tanstack/react-query';
import axios from 'axios';
import { Results } from 'sabnzbd-api';

View File

@@ -1,4 +1,3 @@
/*eslint import/no-cycle: [2, { maxDepth: 1 }]*/
import {
Badge,
Button,