gecko-dev/services/automation/.eslintrc.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 строки
189 B
JavaScript
Исходник Обычный вид История

"use strict";
module.exports = {
"env": {
"browser": true
},
"rules": {
"no-unused-vars": ["error", {"args": "none", "varsIgnorePattern": "^EXPORTED_SYMBOLS|^Sync"}],
}
};