📄 eslint.config.js
/home/palash/git/site/node_modules/reusify/eslint.config.js
Language: js • Lines: 14
'use strict'

const base = require('neostandard')({})

module.exports = [
  ...base,
  {
    name: 'old-standard',
    rules: {
      'no-var': 'off',
      'object-shorthand': 'off',
    }
  }
]