Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 767 Bytes

readme.md

File metadata and controls

34 lines (24 loc) · 767 Bytes

eslint-config-pixiebrix

ESLint shareable config for PixieBrix

Install

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

Usage

Add some ESLint config to your package.json:

{
	"name": "my-pixiebrix-project",
	"eslintConfig": {
		"extends": "pixiebrix"
	}
}

Or to .eslintrc:

{
	"extends": "pixiebrix"
}

npm publishing

Collaborators can publish a new version of what's on main via "workflow_dispatch" under Actions » Publish