UNPKG

@spaced-out/ui-design-system

Version:
23 lines (22 loc) 456 B
/* eslint-env node */ module.exports = { forbidden: [], options: { tsConfig: {fileName: './tsconfig.json'}, doNotFollow: { path: ['node_modules'], // skip 3rd party completely }, includeOnly: {path: ['^src']}, exclude: { path: [ '__tests__', '\\.stories\\.(t|j)sx?$', '/fixtures/', '/mocks/', '/styles/', '\\.css$', ], }, tsPreCompilationDeps: true, }, };