2.1.0 • Published 6 years ago

@mhirba/eslint-config-react v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@mhirba/eslint-config-react

Summary

Overview

A Node.js ESLint configuration for Mhirba source code.

L'exception vient toujours de la raison de la règle. _ Joseph Joubert

Installation

Use Yarn or NPM to install.

❯ yarn add --dev @mhirba/eslint-config-react

or

❯ npm install --save-dev @mhirba/eslint-config-react

Usage

Simple. Basic.

Extends your specific ESLint configuration and add your rules; For example in an .eslintrc.js file:

module.exports = {
  extends: '@mhirba/react',
  globals: {
    iWantThisGlobal: true
  },
  rules: {
    "react/jsx-uses-react": "error",
    "react/jsx-uses-vars": "error",
  }

Credits

Craft with :heart: by Majdi Toumi|Mhirba in Paris.

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago