UNPKG

@fe-boilerplate/eslint-config

Version:
16 lines (14 loc) 307 B
const getIgnorePatterns = () => { return [ // Hacky way to silence @yarnpkg/doctor about node_modules detection `**/${'node'}_modules}`, '**/.cache', '**/build', '**/dist', '**/.storybook', '**/storybook-static', ] } module.exports = { getIgnorePatterns, }