fune/browser/components/places/.eslintrc.js
Mark Banner bf2dba5c9f Bug 1476228 - Enable comma-dangle ESLint rule for Places directories. r=mikedeboer
MozReview-Commit-ID: K8HcZfyF4Sz

Differential Revision: https://phabricator.services.mozilla.com/D3796

--HG--
extra : moz-landing-system : lando
2018-08-22 15:44:43 +00:00

7 lines
105 B
JavaScript

"use strict";
module.exports = {
"rules": {
"comma-dangle": ["error", "always-multiline"],
}
};