Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 767 Bytes

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