UNPKG

prettier-eslint

Version:

Formats your JavaScript using prettier followed by eslint --fix

6 lines (4 loc) 147 B
const { analyze, format } = require('./lib/index.js'); module.exports = format; module.exports.format = format; module.exports.analyze = analyze;