5.0.6 • Published 2 years ago

@lomray/eslint-config-react v5.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-react

This package provides Lomray eslint config as an extensible shared config for React.

Usage

  1. Install package:

    npm i --save-dev @lomray/eslint-config-react
  2. Add config to your eslint.config.js

import lomrayConfig from '@lomray/eslint-config-react';

export default [
    ...lomrayConfig.recommended, // without files and ignores
    // or
    ...lomrayConfig.config(), // with predefined files and ignores
    // or
    ...lomrayConfig.config({ here: 'your config to exend' }),
];
5.0.6

2 years ago

5.0.5

2 years ago

5.0.4

2 years ago

5.0.3

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.1.0

2 years ago

4.0.1

2 years ago

4.1.1

2 years ago

3.0.0

2 years ago

2.0.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago