Skip to content

JackieBinya/chameleon-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

🎊

About

A Nodejs CLI linting app published on npm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published