Skip to content

Commit

Permalink
Ignore some ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Sep 15, 2024
1 parent 14a7e5d commit 2fc2915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable obsidian/no-circular-dependencies */
import { graph, ObjectGraph, provides } from '../../src';

@graph()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable obsidian/no-circular-dependencies */
import { graph, ObjectGraph, provides } from '../../src';

@graph()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable obsidian/no-circular-dependencies */
import {
graph,
ObjectGraph,
Expand Down

0 comments on commit 2fc2915

Please sign in to comment.