Files
yu-zhi-ran/platform/frontend-vue/node_modules/reusify/eslint.config.js
T
2026-05-01 06:48:21 +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',
}
}
]