1.3.0 • Published 8 years ago
eslint-config-infield v1.3.0
eslint-config-infield
An ESLint configuration following Infield Digital's JavaScript Coding Guidelines.
Usage
You should install this configuration and peer dependencies as devDependencies in your project:
npm install --save-dev eslint-config-infield eslintNext, simply extend the configuration from your project's .eslintrc file:
"extends": "eslint-config-infield"Development
If you clone this repository to your local machine and modify it, you can test changes without having to push and publish them to the NPM repository. Do this by linking your module globally – type:
npm linkThen, in your project where you want to test the updated config, type:
npm link eslint-config-infieldRefer to the ESLint documentation on Shareable Configs for more information.