eslint-config-server-shiwaforce
Version:
Shareable server side config for eslint by ShiwaForce
11 lines (9 loc) • 395 B
JavaScript
import beauty from './beauty.js';
import complexity from './complexity.js';
import debugging from './debugging.js';
import errors from './errors.js';
import git from './git.js';
import separator from './separator.js';
import spacing from './spacing.js';
import etc from './etc.js';
export default { ...beauty, ...complexity, ...debugging, ...errors, ...git, ...separator, ...spacing, ...etc };