eslint-config-lexmarkweb
ESLint config for Lexmark web team
Introduction
ESLint provides static code analysis for Javascript. It
looks through your code and makes sure it conforms to standards. The rules here
are the standards for the Lexmark Global Web Team.
Getting Started
We assume Mac users have homebrew installed already. Windows
and Linux users follow a similar process.
- Install nodejs
brew install node
- Install eslint
npm install -g eslint eslint-config-lexmarkweb
- Create a file in your home directory
~/.eslintrc
that contains extends: lexmarkweb
Integration
AFTER following the Getting Started instructions above, here is how you use ESLint.
See the ESLint site for other integrations