1.3.0 • Published 6 years ago
x-js-checker v1.3.0
Introduction
This is a JavaScript project code specification detection tool.It already has multiple plug-ins in it, so you can find problems in your project code as early as possible.
Environment
- Node.js >= 10.13.0
Plugins
Usage
npm i -g x-js-checkerrun
x-js-checkercommand, the optional parameters are:--path:Project\'s path that you want to check, default is "./"
--ignore-path:Ignored code pattern path (multiple are separated by
,)--eslint-global:Define global variate, see eslint doc
--eslint-env:The environment in which the code to be checked is running, see eslint doc, default is "amd,browser,commonjs,commonjs,es6,node"
Sample
x-js-checker --path D:\git\myproject