| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/reusify/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/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',
}
}
]