Skip to content

Commit

Permalink
🐛 feat: eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangchu authored and ModestFun committed Sep 20, 2023
1 parent 3eeb269 commit 5b05c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
pluginSearchDirs: false,
plugins: [
require.resolve('prettier-plugin-organize-imports'),
// require.resolve('prettier-plugin-organize-imports'),
require.resolve('prettier-plugin-packagejson'),
],
printWidth: 100,
Expand Down
1 change: 1 addition & 0 deletions src/BasicEdge/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { BaseEdge, EdgeProps, getSmoothStepPath } from 'reactflow';

export default function RadiusEdge({
Expand Down

0 comments on commit 5b05c97

Please sign in to comment.