Collection of packages or configurations used to help us programming in Javascript
This is a monorepository, subprojects are in packages directory.
Available packages:
- @eove/eslint-config-electron: Electron eslint shareable configuration
- @eove/eslint-config-node: Node eslint shareable configuration
- @eove/eslint-config-react-native: React Native eslint shareable configuration
- @eove/eslint-config-typescript: Typescript eslint shareable configuration
Just clone repository:
git clone https://github.com/eove/javascript.git
npm install
npm run bootstrap
Packges are published on:
Use the following command to publish to npmjs.org:
npx lerna publish <version>
Then publish packages to github.com with:
npx lerna publish from-package --registry https://npm.pkg.github.com