Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 934 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 934 Bytes

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

$> npm ci

Testing

$> npm run test

Publishing

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

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

# then publish
$> npm run publish

License

MIT