@broadly/eslint-config
v1.6.2
Published
Shared ESLint configuration
Readme
Shared ESLint configuration
See our Coding Conventions.
Setup
Add the shared configuration npm package:
yarn add --save-dev @broadly/eslint-configAdd this .eslintrc.js to the project:
require('@broadly/eslint-config/setup');
module.exports = {
root: true,
extends: '@broadly/eslint-config/node'
};Publishing a new release
$ yarn login
# use broadly-dev user from ops 1p vault
$ yarn publish
# it will ask for value of new release.
# In order to do so you'll need an access token
# that you can generate from npmjs.com