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
- eslint-config-c74 - The ESlint config for JS projects
- eslint-config-c74-ts - The ESlint config for Typescript projects
$> npm ci
$> npm run test
# login using the interactive npm login cmd
$> npm login
# set the new version
$> npm version <version>
# then publish
$> npm run publish