UNPKG

@mysticatea/eslint-plugin

Version:
15 lines (13 loc) 241 B
/** * @author Toru Nagashima * See LICENSE file in root directory for full license. */ "use strict" module.exports = { parserOptions: { ecmaVersion: 2018, }, rules: { "prefer-object-spread": "error", }, }