UNPKG

eslint-config-bananass

Version:

ESLint Config for Bananass Framework.🍌

16 lines (10 loc) 398 B
/** * @fileoverview ESLint files. */ // -------------------------------------------------------------------------------- // Export // -------------------------------------------------------------------------------- export const js = ['**/*.js', '**/*.cjs', '**/*.mjs']; export const jsx = ['**/*.jsx']; export const ts = ['**/*.ts', '**/*.cts', '**/*.mts']; export const tsx = ['**/*.tsx'];