11e48409bb
Core module has been initialized, as well as a default flavor. Minor changes (read DEVLOG), moved things around, cleaned up some things and built some of the basic features.
16 lines
208 B
YAML
16 lines
208 B
YAML
---
|
|
engines:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- javascript
|
|
eslint:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "lib/*.js"
|
|
exclude_paths:
|
|
- "dist/*"
|