1.0.3 • Published 10 months ago

eslint-config-tchoupinax v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

eslint-config-tchoupinax

Installation

npm install -D eslint-config-tchoupinax

How to configure this in the eslint config

module.exports = {
  extends: [
    "eslint-config-tchoupinax",
  ],
};