mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
18 lines
232 B
YAML
18 lines
232 B
YAML
engines:
|
|
eslint:
|
|
enabled: true
|
|
pep8:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.js"
|
|
- "**.py"
|
|
exclude_paths:
|
|
- webpack.config.js
|
|
- "**/resources/**"
|
|
- js/test/**
|
|
- test/data/**
|
|
- web/lib/**
|
|
- tools/template/*
|
|
- "**/generated/*"
|