gecko-dev/storage/.eslintrc.js

12 строки
127 B
JavaScript

"use strict";
module.exports = {
"extends": [
"../toolkit/.eslintrc.js"
],
rules: {
"no-undef": "error"
}
};