chore: lint

This commit is contained in:
cha0s 2021-01-24 09:32:34 -06:00
parent c8496f45a0
commit 140ae4aba6
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import {JSONB} from '@avocado/resource';
import {createNextState} from '@latus/redux';
import {applyPatch} from 'fast-json-patch';
import JsonResourceComponent from './json.jsx';
import JsonResourceComponent from './json';
import {patchJsonResource} from './state';
export * from './state';

View File

@ -1,4 +1,3 @@
/* eslint-disable import/no-extraneous-dependencies, no-unused-vars */
import {React} from '@latus/react';
import {Prism as SyntaxHighlighter} from 'react-syntax-highlighter/dist/cjs/index';
import {dark} from 'react-syntax-highlighter/dist/cjs/styles/prism';