add lint to package.json. update eslintrc

pull/1344/head
joseph izang 4 years ago
parent 12b7feb2f5
commit 30e0b9ef2c
  1. 1
      libs/remix-ui/plugin-manager/src/lib/components/InactivePluginCard.tsx

@ -1,5 +1,6 @@
/* eslint-disable no-debugger */
import { Profile } from '@remixproject/plugin-utils'
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React from 'react'
import '../remix-ui-plugin-manager.css'
interface PluginCardProps {

Loading…
Cancel
Save