Your IP : 216.73.216.79


Current Path : /var/www/html/mysis/node_modules/reusify/
Upload File :
Current File : /var/www/html/mysis/node_modules/reusify/eslint.config.js

'use strict'

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

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