Skip to content

moll/js-eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moll's ESLint Config

NPM version

Unsurprisingly, my ESLint configuration.

Installing

npm install eslint@3
npm install eslint-plugin-react@6
npm install eslint-config-moll

Using

Create an .eslintrc file with the following contents:

{
  "extends": "moll"
}

Run ESLint.

eslint .

License

ESLint Config is released under a Lesser GNU Affero General Public License, which in summary means:

  • You can use this program for no cost.
  • You can use this program for both personal and commercial reasons.
  • You do not have to share your own program's code which uses this program.
  • You have to share modifications (e.g. bug-fixes) you've made to this program.

For more convoluted language, see the LICENSE file.

About

Andri Möll typed this and the code.

If you find ESLint Config needs improving, please don't hesitate to type to me now at [email protected] or create an issue online.

About

Moll's ESLint configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published