0.0.1 • Published 5 years ago
eslint-config-rddi v0.0.1
R&D Digital Innovation ESLint Configuration
The Digital Innovation shareable ESLint configuration. You can find out more about shareable configs at: https://eslint.org/docs/developer-guide/shareable-configs
This project should be integrated into all JavaScript projects to ensure consistent code structure throughout our projects.
Installation
This installation should be followed inside an already created npm project. If this is a new project, first setup the environment with npm init
npm install --save-dev https://github.com/rddi/int.tools.eslint.git- Create an
.eslintrcat the root of the project - In the
.eslintrcfile extend the configuration from this repository using the basic configuration below
Extending the configuration
Inside your .eslintrc file add the following:
{
"extends": "eslint-config-rddi"
}0.0.1
5 years ago