5.0.6 • Published 1 year ago

@lomray/eslint-config-react v5.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

5.0.5

1 year ago

5.0.4

1 year ago

5.0.3

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

4.1.0

1 year ago

4.0.1

1 year ago

4.1.1

1 year 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