Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.09 KB

eslint-config-jhipster

Provides ESLint shareable configurations used in the JHispter applications

Overview

This repository publishes following ESLint shareable configurations used in the JHipster generated applications.

eslint-config-jhipster

It contains frontend framework-agnostic base set of eslint rules. These rules help to deliver consistent code quality across different frontend framework implementations supported by JHipster. Refer documentation containing enabled rule-set details.

eslint-config-jhipster-react

It extends the base set of rules from eslint-config-jhipster to add react specific linting rules. Refer documentation containing enabled rule-set details.

Installation

TODO

License

Apache-2.0 © Vishal Mahajan