1 2 3 4 5 6 7 8
"use strict"; module.exports = { // eslint-disable-line no-undef "rules": { // No using undeclared variables "no-undef": "error", } };