Skip to content

Lomray-Software/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors