UNPKG

eslint-plugin-filenames-simple

Version:

An ESLint plugin to check filenames with simple configuration

3 lines (2 loc) 133 B
import { Rule } from 'eslint'; export declare const getAllowedExtensions: (context: Pick<Rule.RuleContext, 'settings'>) => string[];