UNPKG

eslint-config-bananass

Version:

ESLint Config for Bananass Framework.🍌

16 lines (10 loc) 407 B
/** * @fileoverview ESLint files. */ // -------------------------------------------------------------------------------- // Exports // -------------------------------------------------------------------------------- module.exports.js = ['**/*.js', '**/*.cjs', '**/*.mjs']; module.exports.jsx = ['**/*.jsx']; module.exports.ts = ['**/*.ts', '**/*.cts', '**/*.mts']; module.exports.tsx = ['**/*.tsx'];