eslint-config-xo-space

0.35.0 • Public • Published

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"
}

Related

Package Sidebar

Install

npm i eslint-config-xo-space

Weekly Downloads

104,436

Version

0.35.0

License

MIT

Unpacked Size

3.46 kB

Total Files

5

Last publish

Collaborators

  • sindresorhus