Skip to content

bramkok/eslint-config-ibood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-ibood

ESLint shareable config to be used with XO

Install

$ yarn add --dev xo eslint-config-ibood

Usage

Add some XO config to your package.json:

{
	"name": "my-new-project",
	"xo": {
		"extends": ["ibood"]
	}
}

Or to .eslintrc:

{
	"extends": ["xo", "ibood"]
}

Related

License

MIT © Bram Kok