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