indefinite
Version:
Prefix a noun with an indefinite article - a or an - based on whether it begins with a vowel
23 lines (22 loc) • 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"