Eslint Config Xo Space Save

ESLint shareable config for XO with 2-space indent

Project README

eslint-config-xo-space

ESLint shareable config for XO with 2-space indent

This is for advanced users. You probably want to use XO directly.

Use the XO issue tracker instead of this one.

Install

npm install --save-dev eslint-config-xo-space

Usage

Add some ESLint config to your package.json:

{
	"name": "my-awesome-project",
	"eslintConfig": {
		"extends": "xo-space"
	}
}

Or to .eslintrc:

{
	"extends": "xo-space"
}

This package also exposes xo-space/browser if you're in the browser:

{
	"extends": "xo-space/browser"
}
Open Source Agenda is not affiliated with "Eslint Config Xo Space" Project. README Source: xojs/eslint-config-xo-space
Stars
45
Open Issues
0
Last Commit
3 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating