eslint-config-cimpress-atsquad
v2.2.0-beta
Published
ESLint config from the Cimpress AT Squad
Downloads
8,259
Keywords
Readme
ESLint Config Cimpress AT Squad
A set of opinionated ESLint rules with Prettier integration from the AT Squad at Cimpress.
Usage
yarn add -D eslint-config-cimpress-atsquad eslint prettier
- 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.