/** * @file ESLint rules for the WordPress.com Calypso project * @author Automattic * @copyright 2016 Automattic. All rights reserved. * See LICENSE.md file in root directory for full license. */ //------------------------------------------------------------------------------ // Plugin Definition //------------------------------------------------------------------------------ // import all rules in lib/rules module.exports.rules = require( './rules' ); module.exports.configs = require( './configs' );