object-curly-spacing.js 202 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7 8 9
/**
 * @author Toru Nagashima
 */
'use strict'

const { wrapCoreRule } = require('../utils')

// eslint-disable-next-line
module.exports = wrapCoreRule(require('eslint/lib/rules/object-curly-spacing'))