Don't require using next Image tag
This commit is contained in:
@@ -20,6 +20,8 @@ module.exports = {
|
|||||||
'react/jsx-props-no-spreading': 'off',
|
'react/jsx-props-no-spreading': 'off',
|
||||||
'react/jsx-no-bind': 'off',
|
'react/jsx-no-bind': 'off',
|
||||||
|
|
||||||
|
'@next/next/no-img-element': 'off',
|
||||||
|
|
||||||
'no-unused-vars': 'off',
|
'no-unused-vars': 'off',
|
||||||
'@typescript-eslint/no-unused-vars': 'error',
|
'@typescript-eslint/no-unused-vars': 'error',
|
||||||
'no-console': 'off',
|
'no-console': 'off',
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ import { TEXTFIELD_PROPS_STREAM_TITLE } from '../utils/config-constants';
|
|||||||
|
|
||||||
import { UpdateArgs } from '../types/config-section';
|
import { UpdateArgs } from '../types/config-section';
|
||||||
|
|
||||||
|
// eslint-disable-next-line react/function-component-definition
|
||||||
export default function MainLayout(props) {
|
export default function MainLayout(props) {
|
||||||
const { children } = props;
|
const { children } = props;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user