관리-도구
편집 파일: eslint.config.js
'use strict' const base = require('neostandard')({}) module.exports = [ ...base, { name: 'old-standard', rules: { 'no-var': 'off', 'object-shorthand': 'off', } } ]