Skip to content

MorganEPatch/javascript-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-style

npm version build status

JSHint and ESLint configurations for my projects.

Installing

  1. Install this package to your local node_modules.
npm install --save-dev morganepatch-style
  1. Extend this package's ESLint config in your own .eslintrc.
{
  "extends": "./node_modules/morganepatch-style/.eslintrc.js"
}
  1. Extend this package's JSHint config in your own .jshintrc.
{
  "extends": "./node_modules/morganepatch-style/.jshintrc"
}

License

MIT © Morgan Patch

About

Linting options for JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published