0.7.0 • Published 2 years ago

@superdispatch/js-tools v0.7.0

Weekly downloads
128
License
MIT
Repository
github
Last release
2 years ago

@superdispatch/js-tools

npm

Installation

yarn add @superdispatch/js-tools -D

Usage

$ npm install -g @superdispatch/js-tools
$ js-tools COMMAND
running command...
$ js-tools (-v|--version|version)
@superdispatch/js-tools/0.7.0 darwin-x64 node-v16.13.1
$ js-tools --help [COMMAND]
USAGE
  $ js-tools COMMAND
...
With lint-staged:
module.exports = { '*': 'js-tools lint --fix' };

Commands

js-tools lint

Run all linters

USAGE
  $ js-tools lint

OPTIONS
  --cache  Only check changed files
  --fix    Run auto-fixes
  --help   show CLI help
  --quiet  Do not emit warnings

EXAMPLES
  $ js-tools lint --fix
  $ js-tools lint --quiet
  $ js-tools lint foo.js bar.js

See code: dist/commands/lint/index.js

js-tools lint:eslint

Run ESLint

USAGE
  $ js-tools lint:eslint

OPTIONS
  --cache  Only check changed files
  --fix    Run auto-fixes
  --help   show CLI help
  --quiet  Do not emit warnings

EXAMPLES
  $ js-tools lint --fix
  $ js-tools lint --quiet
  $ js-tools lint foo.js bar.js

See code: dist/commands/lint/eslint.js

js-tools lint:prettier

Run Prettier

USAGE
  $ js-tools lint:prettier

OPTIONS
  --cache  Only check changed files
  --fix    Run auto-fixes
  --help   show CLI help
  --quiet  Do not emit warnings

EXAMPLES
  $ js-tools lint --fix
  $ js-tools lint --quiet
  $ js-tools lint foo.js bar.js

See code: dist/commands/lint/prettier.js

js-tools lint:yarn-deduplicate

Deduplicate yarn dependencies

USAGE
  $ js-tools lint:yarn-deduplicate

OPTIONS
  --cache  Only check changed files
  --fix    Run auto-fixes
  --help   show CLI help
  --quiet  Do not emit warnings

EXAMPLES
  $ js-tools lint --fix
  $ js-tools lint --quiet
  $ js-tools lint foo.js bar.js

See code: dist/commands/lint/yarn-deduplicate.js

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.24

3 years ago

0.2.22

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.12

3 years ago

0.2.5

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.62

4 years ago

0.1.60

4 years ago

0.1.57

4 years ago

0.1.51

4 years ago

0.1.50

4 years ago

0.1.47

4 years ago

0.1.46

4 years ago

0.1.44-alpha.0

4 years ago

0.1.41

4 years ago

0.1.37

4 years ago

0.1.34

4 years ago

0.1.31

4 years ago

0.1.30

4 years ago

0.1.27

4 years ago

0.1.26

4 years ago

0.1.24

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.10

5 years ago

0.1.6

5 years ago

0.1.3

5 years ago

0.1.3-alpha.4

5 years ago

0.1.3-alpha.3

5 years ago