Skip to content

Commit

Permalink
add no unsed var ignore rule for input label
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekAgility committed Nov 11, 2024
1 parent 58606c8 commit ce303f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agility/plenum-ui",
"version": "2.1.14",
"version": "2.1.15",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions stories/molecules/inputs/InputLabel/InputLabel.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// If we remove React from this import, manager app fails with no React reference found
// TODO: investigate this further
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React, { FC } from "react";
import { default as cn } from "classnames";

Expand Down

0 comments on commit ce303f5

Please sign in to comment.