UNPKG

@amollo-lint/eslint-config-js

Version:
14 lines (12 loc) 281 B
const comments = require("./comments"); const line = require("./line"); const quotes = require("./quotes"); const spacing = require("./spacing"); const others = require("./others"); module.exports = { ...comments, ...line, ...quotes, ...spacing, ...others, };