UNPKG

eslint-rule-benchmark

Version:

Benchmark ESLint rules with detailed performance metrics for CI and plugin development

6 lines (5 loc) 191 B
import { SUPPORTED_EXTENSIONS } from '../../constants/index.js' function isSupportedExtension(extension) { return SUPPORTED_EXTENSIONS.includes(extension) } export { isSupportedExtension }