blob: ac75d72c70dc4355c5c45ca87f90ec629d42062a (
plain)
1
2
3
4
5
6
7
8
9
|
---
SetupLinter:
description: It's bad to have the string foobar in js files.
include:
- files
type: external
extensions: ['.js', '.jsm']
payload: external:external
setup: external:setup
|