refactor start
This commit is contained in:
parent
bd49791e06
commit
e46d25f0b7
16699 changed files with 2 additions and 1484887 deletions
12
home/ags/node_modules/eslint-module-utils/ignore.d.ts
generated
vendored
12
home/ags/node_modules/eslint-module-utils/ignore.d.ts
generated
vendored
|
|
@ -1,12 +0,0 @@
|
|||
import { Rule } from 'eslint';
|
||||
import type { ESLintSettings, Extension } from './types';
|
||||
|
||||
declare function ignore(path: string, context: Rule.RuleContext): boolean;
|
||||
|
||||
declare function getFileExtensions(settings: ESLintSettings): Set<Extension>;
|
||||
|
||||
declare function hasValidExtension(path: string, context: Rule.RuleContext): path is `${string}${Extension}`;
|
||||
|
||||
export default ignore;
|
||||
|
||||
export { getFileExtensions, hasValidExtension }
|
||||
Loading…
Add table
Add a link
Reference in a new issue