1 2 3 4 5 6 7 8 9 10 11 12
"use strict"; module.exports = { env: { browser: true, webextensions: true, }, rules: { "no-shadow": 0, }, };