gecko-dev/storage/.eslintrc.js

8 строки
90 B
JavaScript

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