UNPKG

eclint

Version:

Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.

5 lines (4 loc) 113 B
#!/usr/bin/env node 'use strict'; var cli = require('../dist/cli')(process.argv.slice(2)); module.exports = cli;