pixiebrix / eslint-config-pixiebrix

Custom eslint config, to be used with Prettier
MIT License
1 stars 1 forks source link

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