3.0.0 • Published 8 months ago

eslint-config-c74 v3.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
8 months ago

eslint-config-c74

Build Status

Cycling '74 Project for recommended, sharebale ESLint Configuration for simple inclusion in your project. This is a Monorepo containing multiple packages in the packages folder. For ease of use you find the deployed packages on npm

Dev Setup

Install Dependencies and set up Monorepo

$> yarn install

Testing

$> yarn run test

Publishing

# login using the interactive npm login cmd
$> npm login

# set the new version
$> yarn version <version>

# then publish
$> yarn run publish

License

MIT