UNPKG

eslint-config-bananass

Version:

ESLint Config for Bananass Framework.🍌

19 lines (15 loc) 458 B
/** * @fileoverview ESLint ignores. */ /* eslint-disable import/prefer-default-export */ // -------------------------------------------------------------------------------- // Export // -------------------------------------------------------------------------------- export const json = /** @type {const} */ ([ 'package-lock.json', '**/.vscode/*.json', '**/jsconfig.json', '**/jsconfig.*.json', '**/tsconfig.json', '**/tsconfig.*.json', ]);