blob: 01ef447ee3bd4bf880ef56e53e3ae822b79e03a9 (
plain)
1
2
3
4
5
6
7
8
|
---
StructuredLinter:
description: "It's bad to have the string foobar in js files."
include:
- files
type: structured_log
extensions: ['.js', '.jsm']
payload: external:structured
|