Skip to content

alexseitsinger/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eslint Config (React)

Eslint config for React.

Example

module.exports = {
  root: true,
  extends: [
    ...
    "@alexseitsinger/eslint-config-react",
    ...
  ],
}