Skip to content

Commit

Permalink
Ignore TS rules for an export in a JS file
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 5, 2021
1 parent bdc07b4 commit ffec971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/createTypesPackages.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// @ts-check

// node deploy/createTypesPackages.js

/* eslint-disable @typescript-eslint/explicit-module-boundary-types */

/**
* @template T
* @typedef {T extends (infer U)[] ? U : T} ArrayInner
Expand Down

0 comments on commit ffec971

Please sign in to comment.