Files
-S.I.S-QuaySo_v2/node_modules/reusify/eslint.config.js
T
2026-03-26 09:28:14 +07: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',
}
}
]