Skip to content

Commit

Permalink
feat: use eslint-plugin-userscripts typedefs (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 authored Jan 23, 2024
1 parent 116ae60 commit 598b595
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion dist/linters/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference path="../../src/linters/eslint-plugin-userscripts.d.ts" />
export type LintOptions = {
fix?: boolean;
isHomepageAllowed?: boolean;
Expand Down
7 changes: 0 additions & 7 deletions src/linters/eslint-plugin-userscripts.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/linters/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="./eslint-plugin-userscripts.d.ts" />

import { ESLint } from "eslint";
import { configs } from "eslint-plugin-userscripts";

Expand Down

0 comments on commit 598b595

Please # to comment.