Skip to content

Commit

Permalink
Deno ignore lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Apr 9, 2024
1 parent 0e95d0f commit 7fb70f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exports": "./dist/croner.js",
"lint": {
"include": ["src","test/deno"],
"exclude": ["dist","test/node"]
"exclude": ["dist","test/node", "src/options.js", "src/date.js"]
},
"fmt": {
"include": ["test/deno"],
Expand Down
1 change: 0 additions & 1 deletion src/options.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { CronDate } from "./date.js";

// This import is only used by tsc for generating type definitions from js/jsdoc
// deno-lint-ignore no-unused-vars
import { Cron } from "./croner.js"; // eslint-disable-line no-unused-vars

/**
Expand Down

0 comments on commit 7fb70f1

Please sign in to comment.