/eslint-config-retn0

🧹 My custom ESLint configuration

Primary LanguageJavaScriptMIT LicenseMIT

✨ eslint-config-retn0

eslint npm gitmoji

This package provides my custom .eslintrc as a shareable config.

Installation

# npm
npm install -D eslint-config-retn0

# yarn
yarn add -D eslint-config-retn0

Usage

You can use it by specifying eslint-config-retn0 in the extends section of your ESLint configuration.

{
  "extends": "eslint-config-retn0",
  "rules": {
    // Add your own rules if necessary
  }
}