Skip to content

xojs/eslint-config-xo-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

In your eslint.config.js:

import eslintConfigXoSpace from 'eslint-config-xo-space';

export default [
	...eslintConfigXoSpace(),
];

If you're in the browser:

import eslintConfigXoSpace from 'eslint-config-xo-space';

export default [
	...eslintConfigXoSpace({browser: true}),
];

Related

About

ESLint shareable config for XO with 2-space indent

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors