2.0.4 ā€¢ Published 3 years ago

chameleon-linting v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

šŸ¦Ž chameleon-linter

What it is?

  • A tiny Nodejs CLI linting app.

What it is not?

  • Definitely not eslint!
    • This module will scan for .js files in the root of your project folder and log issues in the console
    • It has only two linting rules for .js files which are:
      • All lines must be terminated with a semi-colon.
      • All assignment operators must have spaces on either end.

Installation šŸ§ššŸ¾ā€ā™€ļø

  • At the root of your project folder run the command: npm install chameleon-linting

If using npm, otherwise if using yarn use the command: yard add chameleon-linting

Let's get linting! šŸ•µļø-

  • To scan and lint files at root of your project folder run the command: npx chameleon-linter

Additional Notes

  • This is a solution to backend advanced challenge
  • This modules was published in the NPM registry.

Enjoy!!!

šŸŽŠ

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago