android13/external/autotest/client/site_tests/power_LoadTest/extension/.eslintrc.js

15 lines
263 B
JavaScript

module.exports = {
"env": {
"browser": true,
"es6": true,
"webextensions": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2016
},
"rules": {
"no-console": "off",
}
};