Skip to content

A place to hold eslint rules used by Coursera developers.

Notifications You must be signed in to change notification settings

coursera/eslint-plugin-coursera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A place to hold eslint rules used by Coursera developers.

Resources

Stars

Watchers

Forks

Packages

No packages published