.depcheckrc 224 B

12345678910111213
  1. {
  2. "unusedFiles": true,
  3. "ignorePatterns": ["test", "mock"],
  4. "ignoreMatches": ["lodash", "moment"],
  5. "specialComments": 0,
  6. "parsers": {
  7. "**/*.ts": "typescript"
  8. },
  9. "ignores": [
  10. "eslint",
  11. "webpack"
  12. ]
  13. }