chameleon-linting

2.0.4 • Public • Published

🦎 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!!!

🎊

Readme

Keywords

none

Package Sidebar

Install

npm i chameleon-linting

Weekly Downloads

9

Version

2.0.4

License

MIT

Unpacked Size

3.36 kB

Total Files

3

Last publish

Collaborators

  • jacquelinebinya