Skip to content

University of Nottingham standard es-lint configuration

License

Notifications You must be signed in to change notification settings

uon-npm/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM

University of Nottingham standard eslint configuration

to prevent the same .eslintrc being present on every project with any javascript in.

Usage

In an npm enabled project:

  1. Have eslint and babel-eslint
    • npm i -D eslint babel-eslint
  2. Install this package
    • npm i @universityofnottingham/eslint-config
  3. Add eslintConfig to package.json extending this config:
{
  //...
  "eslintConfig": {
    "extends": "@universityofnottingham",
    // optional rule overrides
  }
  //...
}

Enjoy your lightweight, UoN standard eslint without a separate config file!

About

University of Nottingham standard es-lint configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published