gecko-dev/security/manager/tools/.eslintrc.json
Cykesiopka e6008c2304 Bug 1251011 - Enable ESLint "no-undef" rule for PSM. r=keeler r=mossop
MozReview-Commit-ID: 1lbwWWkJjqq

--HG--
extra : rebase_source : 10fa76138cb5c4ac53b2b49f99b26ce3748f9fff
2016-03-16 16:50:33 -07:00

8 lines
164 B
JSON

{
"globals": {
// JS files in this folder are commonly xpcshell scripts where |arguments|
// is defined in the global scope.
"arguments": false
}
}