UNPKG

ts-standardx

Version:

Yet another configurable linter for TypeScript and JavaScript.

8 lines (5 loc) 128 B
#!/usr/bin/env node 'use strict' const { options } = require('..') const { run } = require('standard-engine-ts') run(options)