chore: lint
This commit is contained in:
parent
c8496f45a0
commit
140ae4aba6
|
@ -2,7 +2,7 @@ import {JSONB} from '@avocado/resource';
|
||||||
import {createNextState} from '@latus/redux';
|
import {createNextState} from '@latus/redux';
|
||||||
import {applyPatch} from 'fast-json-patch';
|
import {applyPatch} from 'fast-json-patch';
|
||||||
|
|
||||||
import JsonResourceComponent from './json.jsx';
|
import JsonResourceComponent from './json';
|
||||||
import {patchJsonResource} from './state';
|
import {patchJsonResource} from './state';
|
||||||
|
|
||||||
export * from './state';
|
export * from './state';
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* eslint-disable import/no-extraneous-dependencies, no-unused-vars */
|
|
||||||
import {React} from '@latus/react';
|
import {React} from '@latus/react';
|
||||||
import {Prism as SyntaxHighlighter} from 'react-syntax-highlighter/dist/cjs/index';
|
import {Prism as SyntaxHighlighter} from 'react-syntax-highlighter/dist/cjs/index';
|
||||||
import {dark} from 'react-syntax-highlighter/dist/cjs/styles/prism';
|
import {dark} from 'react-syntax-highlighter/dist/cjs/styles/prism';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user