gecko-dev/services/.eslintrc.js

11 строки
113 B
JavaScript

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