Files
web.start-it.nl/node_modules/reusify/eslint.config.js
2025-12-13 11:18:39 +01:00

15 lines
196 B
JavaScript

'use strict'
const base = require('neostandard')({})
module.exports = [
...base,
{
name: 'old-standard',
rules: {
'no-var': 'off',
'object-shorthand': 'off',
}
}
]