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