0.8.4 • Published 5 years ago

eslint-plugin-react-pug v0.8.4

Weekly downloads
697
License
MIT
Repository
github
Last release
5 years ago

eslint-plugin-react-pug

Add supporting of pugjs with react.

npm version CI Status

It adds supporting of babel-plugin-transform-react-pug.

Table of Contents

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-react-pug:

$ npm install eslint-plugin-react-pug --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-react-pug globally.

Usage

Add react-pug to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "react-pug"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "extends": [
        "plugin:react-pug/all"
    ]
}

List of supported rules

Experimental:

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.7

5 years ago

0.5.6

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago