gecko-dev/remote/.eslintrc.js
2019-03-08 16:26:22 +00:00

8 lines
76 B
JavaScript

"use strict";
module.exports = {
"rules": {
"max-len": "off",
}
};