UNPKG

@condor-labs/matchbox

Version:

Helper module to automatically configure Prettier and ESLInt using the standard configuration for every Condor Labs project.

7 lines (5 loc) 173 B
const { json } = require('mrm-core'); const packages = process.argv.slice(2); packages.forEach((path) => { json(path).unset('eslintConfig').unset('prettier').save(); });