Skip to content

ESLint shareable config for Koc University. Extends to Google JavaScript style guide.

License

Notifications You must be signed in to change notification settings

kocun/eslint-config-ku-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An ESLint shareable config based off of the Google style with extra ES6, Promise, and Mocha rules for use with Koc University projects.

Install

$ npm install --save-dev eslint eslint-config-ku-dev

Usage

Add some ESLint config to your package.json:

{
	"scripts": {
		"lint": "eslint ."
	},
	"devDependencies": {
		"eslint": "^4.8.0",
		"eslint-config-ku-dev": "^0.4.3"
	},
	"eslintConfig": {
		"extends": "ku-dev"
	}
}

Then lint with $ npm run lint.

About

ESLint shareable config for Koc University. Extends to Google JavaScript style guide.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published