Skip to content

linterjs/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published