Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Aug 9, 2024
1 parent 152991c commit c4d8196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import type { FlatConfig } from "@typescript-eslint/utils/ts-eslint";
import { noPhysicalProperties } from "./rules/no-phyisical-properties/rule";

var a = 2;

Check failure on line 4 in src/index.ts

View workflow job for this annotation

GitHub Actions / Linting

Unexpected var, use let or const instead

Check failure on line 4 in src/index.ts

View workflow job for this annotation

GitHub Actions / Linting

'a' is assigned a value but never used

const rtlFriendly = {
meta: {
name: "eslint-plugin-rtl-friendly",
Expand Down

0 comments on commit c4d8196

Please sign in to comment.