Skip to content

putan/eslint-plugin-simple-jsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint-plugin-simple-jsx

Rules for saving simple React Components.

Installation

$ npm install eslint-plugin-simple-jsx --save-dev

Configuration

add plugins and enable the rules at .eslintrc.

{
  "plugins": [
    "simple-jsx"
  ],
  "rules": {
    "simple-jsx/no-operator": "error"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published