fuc-new/doc/node_modules/reusify/eslint.config.js
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08: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',
}
}
]