@rtlnl/eslint-config-rtlnl-react

1.1.1 • Public • Published

eslint-config-rtlnl-base

https://www.npmjs.com/package/@rtlnl/eslint-config-rtlnl-react

Introduction

This is the base ESLint configuration file used at rtlnederland.

It is based on Airbnb's config and Prettier.

Installation

NPM

npm install --save-dev eslint@latest@rtlnl/eslint-config-rtlnl-react prettier

Yarn

yarn add --exact --dev eslint@latest @rtlnl/eslint-config-rtlnl-react prettier

Your .eslintrc

To add the rules to your .eslintrc, extend the file with the package in the following manner:

{
  "extends": ["@rtlnl/rtlnl-base"]
}

Example:

.eslintrc.js
{
  "extends": [
    "@rtlnl/rtlnl-react"
  ],
  "env": {
    "node": true,
    "jest": true
  }
}


.prettierrc.js
module.exports = {
  ...require('@rtlnl/eslint-config-rtlnl-base/.prettierrc.js'),
  ...customParams
};


Package Sidebar

Install

npm i @rtlnl/eslint-config-rtlnl-react

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

72.6 kB

Total Files

5

Last publish

Collaborators

  • evghenii.notarius
  • sepehr.aliakbari