Skip to content

Instantly share code, notes, and snippets.

@danielweinmann
Created April 13, 2018 14:00
Show Gist options
  • Save danielweinmann/1e86594ea7785700f5b50ca462561966 to your computer and use it in GitHub Desktop.
Save danielweinmann/1e86594ea7785700f5b50ca462561966 to your computer and use it in GitHub Desktop.
.codeclimate.yml for React projects
version: "2"
plugins:
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 50
eslint:
enabled: true
fixme:
enabled: true
nodesecurity:
enabled: true
exclude_patterns:
- node_modules/
- "**/__tests__/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment