0.0.1 • Published 3 years ago

eslint-config-rddi v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

  1. npm install --save-dev https://github.com/rddi/int.tools.eslint.git
  2. Create an .eslintrc at the root of the project
  3. In the .eslintrc file 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"  
}