gecko-dev/services/.eslintrc.js

13 строки
151 B
JavaScript

"use strict";
module.exports = {
plugins: [
"mozilla"
],
"rules": {
"no-throw-literal": 2,
"mozilla/use-services": "error",
},
}