@lomray/eslint-config-react

5.0.6 • Public • Published

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
  1. 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' }),
];

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.0.613latest

Version History

VersionDownloads (Last 7 Days)Published
5.0.613
5.0.50
5.0.40
5.0.30
5.0.20
5.0.10
5.0.00
4.1.10
4.1.01
4.0.10
3.0.04
2.0.07
1.0.114
1.0.01

Package Sidebar

Install

npm i @lomray/eslint-config-react

Weekly Downloads

40

Version

5.0.6

License

MIT

Unpacked Size

3.62 kB

Total Files

6

Last publish

Collaborators

  • matthew_patell