Skip to content

Latest commit

 

History

4 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

仓库 files navigation

@linter/cli

This is the CLI for @linter.

Installation

You will need to install the cli and providers for the linting/formatting tools you wanna use.

npm i -D @linter/cli @linter/provider-eslint @linter/provider-prettier eslint prettier ...

Usage

linter [options] [globs..]

// Lint all files in project
linter

// Lint files matched by globs
linter "src/**/*.{js,ts}" "config/**/*.json"

// Format all files in project
linter --fix

关于

No description, website, or topics provided.

Resources

Stars

2 stars

关注者

3 watching

复刻s

发布

贡献者