gecko-dev/caps/.eslintrc.js

8 строки
89 B
JavaScript

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