2.1.0 • Published 7 years ago

eslint-config-apertomove v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

eslint-config-apertomove

ESLint config to meet the JavaScript style guide by Aperto Move.

###How To Use:

  • In Your project folder, type npm install --save-dev eslint-config-apertomove
  • create an .eslintrc file with the following content:

    		{
    		    extends: "apertomove"
    		}
    	
  • overwrite custom rules to your liking