Created
April 13, 2018 14:00
-
-
Save danielweinmann/1e86594ea7785700f5b50ca462561966 to your computer and use it in GitHub Desktop.
.codeclimate.yml for React projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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