A set of opinionated ESLint rules with Prettier integration from the AT Squad at Cimpress.
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",
}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.