UNPKG

412 BYAMLView Raw
1---
2engines:
3 csslint:
4 enabled: true
5 duplication:
6 enabled: true
7 config:
8 languages:
9 - ruby
10 - javascript
11 - python
12 - php
13 eslint:
14 enabled: true
15 fixme:
16 enabled: true
17 rubocop:
18 enabled: true
19ratings:
20 paths:
21 - "**.css"
22 - "**.inc"
23 - "**.js"
24 - "**.jsx"
25 - "**.module"
26 - "**.php"
27 - "**.py"
28 - "**.rb"
29exclude_paths:
30- dist/
31- tests/
32- less/lib