10.0.10 • Published 4 years ago

eslint-config-udemy-react-addons v10.0.10

Weekly downloads
43
License
MIT
Repository
github
Last release
4 years ago

Udemy ESLint Config for React

This configuration groups React specific ESLint rules. It is recommended to be used by any React codebase developed at Udemy. It is mainly used by eslint-config-udemy-website.

Installation

Install ESLint locally.

$ yarn add eslint --dev

Install the Udemy ESLint Config for React locally.

$ yarn add eslint-config-udemy-react-addons --dev

Configuration

Add an extends section to your .eslintrc.js and specify udemy-react-addons as an extended configuration. You can additionally adjust rules by overriding them in your rules section.

// At .eslintrc.js

module.exports = {
    'extends': ['udemy-react-addons'],
    rules: {
        'react/jsx-no-bind': 'off',
    },
};

Contributing

See Contributing.

10.0.10

4 years ago

10.0.9

5 years ago

10.0.8

5 years ago

10.0.7

5 years ago

10.0.6

5 years ago

10.0.5

5 years ago

10.0.4

5 years ago

10.0.3

5 years ago

10.0.2

5 years ago

10.0.1

5 years ago

10.0.0

5 years ago

9.0.0

5 years ago

8.0.0

5 years ago

7.0.0

5 years ago

6.0.0

5 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.3.2

6 years ago

3.3.1

6 years ago

3.3.0

6 years ago

3.2.0

6 years ago

3.1.11

6 years ago

3.1.10

6 years ago

3.1.9

6 years ago

3.1.8

6 years ago

3.1.7

6 years ago

3.1.6

6 years ago

3.1.5

6 years ago

3.1.4

6 years ago

3.1.3

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago