gecko-dev/caps/.eslintrc.js
Geoff Brown 21d0203054 Bug 1361859 - Enable eslint on caps/ directory; r=standard8
Stop excluding caps/ from eslint runs and apply mozilla/recommended rules.
This generally affects xpcshell and mochitest files under caps/tests.
Includes many mechanical changes to comply with mozilla recommended
formatting rules.
2017-05-08 07:49:06 -06:00

8 lines
89 B
JavaScript

"use strict";
module.exports = {
"extends": [
"plugin:mozilla/recommended"
]
};