Skip to content

Commit

Permalink
refactor helper-types
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed May 5, 2024
1 parent bcff62e commit 45014b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"linter": {
"enabled": true,
"ignore": ["src/types/**"],
"ignore": ["src/utils/helper-types.ts"],
"rules": {
"recommended": true,
"complexity": {
Expand Down
2 changes: 1 addition & 1 deletion src/UmbracoRichText.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { decode } from "html-entities";
import React from "react";
import type { Overwrite } from "./types/helpers";
import type { Overwrite } from "./utils/helper-types";
import { parseStyle } from "./utils/parse-style";

interface BaseBlockItemModel {
Expand Down
File renamed without changes.

0 comments on commit 45014b2

Please sign in to comment.