Skip to content

Cimpress-MCP/eslint-config-cimpress-atsquad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint Config Cimpress AT Squad

npm version

A set of opinionated ESLint rules with Prettier integration from the AT Squad at Cimpress.

Usage

  1. yarn add -D eslint-config-cimpress-atsquad eslint prettier
  2. add the following sections to your package.json
{
  "eslintConfig": {
      "extends": "cimpress-atsquad"
    },
  "prettier": "eslint-config-cimpress-atsquad/prettier",
}

Publishing new version

Uses https://github.com/marketplace/actions/publish-to-npm

Change the version in package.json, e.g. to 2.0.0 and create a commit with message Release 2.0.0. A new tag with version v2.0.0 will be created and the package will be published to NPM registry.

License

Apache License 2.0