2025-04-02 06:50:39 -04:00

15 lines
201 B
JavaScript

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