0.8.0 • Published 5 years ago

eslint-config-coursera v0.8.0

Weekly downloads
25,718
License
Apache-2.0
Repository
github
Last release
5 years ago

eslint-plugin-coursera

Rules used by Coursera developers that don't (yet) exist elsewhere. Feel free to open an issue if you consume this package and run into issues.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-coursera:

$ npm install eslint-plugin-coursera --save-dev

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

Usage

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

{
    "plugins": [
        "coursera"
    ]
}

Supported Rules

0.8.0

5 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.5.0-0

6 years ago

0.4.10

6 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.7-2

6 years ago

0.4.7-1

6 years ago

0.4.7-0

6 years ago

0.4.6

6 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 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