warning.yml (288B)
1 --- 2 WarningLinter: 3 description: >- 4 Make sure the string foobar never appears in browser js 5 files because it is bad, but not too bad (just a warning) 6 rule: no-foobar 7 level: warning 8 include: ['.'] 9 type: string 10 extensions: ['.js'] 11 payload: foobar