Files
n8n-nodes-gwezz-changdunovel/node_modules/indefinite/.codeclimate.yml
2025-10-26 23:10:15 +08:00

23 lines
341 B
YAML

engines:
eslint:
enabled: true
channel: "eslint-3"
config:
config: '.eslint.json'
duplication:
enabled: false
config:
languages:
- javascript
exclude_patterns:
- ".*.*"
- ".*"
- "dist/**.js"
- "gulp/**.js"
- "test/**.*"
- "**.json"
- "**.md"
- "*.js"
- "**.coffee"
- "LICENSE"