eslint rule
This commit is contained in:
parent
6a7a34ef0a
commit
9f1878bb18
2 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ module.exports = {
|
|||
'import/no-duplicates': 'off',
|
||||
'import/no-mutable-exports': 'off',
|
||||
'import/no-unresolved': 'off',
|
||||
'svelte/no-at-html-tags': 'off',
|
||||
indent: ['error', 2],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<!-- @component `EndNotes` [Read the docs.](https://reuters-graphics.github.io/graphics-components/?path=/docs/components-InfoBox--default) -->
|
||||
<script lang="ts">
|
||||
import type { ContainerWidth } from '../@types/global';
|
||||
/* eslint svelte/no-at-html-tags: "off" */
|
||||
|
||||
type Theme = 'light' | 'dark';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue