Skip to content

sven-piller/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

Highly opinionated ESLint config for personal projects.

Based on semistandard.

Installation

npm install -D -E eslint eslint-config-angular eslint-config-standard eslint-plugin-angular eslint-plugin-import eslint-plugin-jasmine eslint-plugin-mocha eslint-plugin-node eslint-plugin-promise eslint-plugin-protractor eslint-plugin-react eslint-plugin-standard
# note that the first line modules are required peer dependencies
npm install -D -E @sven-piller/eslint-config-piller

Getting started

// ./.eslintrc.json
{
  "root": true,
  "extends": "@svenpiller/eslint-config"
}

// ./public/.eslintrc.json
{
  "extends": "@svenpiller/eslint-config/angular"
}

Read up on how to use sharable configs at the eslint website.

For more details see eslint-config-standard

Release History

  • 1.0.0 Initial release

License

MIT © Sven Piller

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published