8 lines
196 B
YAML
8 lines
196 B
YAML
---
|
|
ExternalLinter:
|
|
description: It's bad to have the string foobar in js files.
|
|
include:
|
|
- files
|
|
type: external
|
|
extensions: ['.js', '.jsm']
|
|
payload: external:external
|