0.0.1 • Published 4 years ago

project-linter v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

project-linter

Looks for potential improvements on the project as a whole, for example using our shared ESLint config.

Usage

yarn global add @get-impala/project-linter
cd ~/projects/my-service
project-linter

Developing

yarn
# make changes
yarn test
yarn build
yarn lint
git commit ...
# PR
yarn publish

Rules

A newer version of our ESLint config (@get-impala/eslint-config) is available: current=0.9.0 latest=1.0.0

Upgrade @get-impala/eslint-config to the latest version.

A newer version of our Prettier config (@get-impala/prettier-config) is available: current=0.9.0 latest=1.0.0

Upgrade @get-impala/prettier-config to the latest version.

It's recommended that you configure prettier with a .prettierrc.json file.

See the eslint-config project for setup instructions.

The .prettierrc.json file should point to our shared Prettier config.

See the eslint-config project for setup instructions.

It's recommended that you configure ESLint with an .eslintrc.json file.

See the eslint-config project for setup instructions.

The .eslintrc.json file should include an extends directive with our ESLint config.

See the eslint-config project for setup instructions.

0.0.1

4 years ago