home
This commit is contained in:
parent
a71a3b5593
commit
cb52890889
16657 changed files with 1483086 additions and 1 deletions
12
home/ags/node_modules/eslint-module-utils/ignore.d.ts
generated
vendored
Normal file
12
home/ags/node_modules/eslint-module-utils/ignore.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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