/oss

Opern-Source projects maintained by LightsOn

Primary LanguageTypeScript

LightsON Open-Source

This repository contains all Open-Source project maintained by LightsON.

Projects

eslint-plugin

The eslint-plugin project contains all eslint configurations and custom rules written at LightsON.

Lint

nx lint eslint-plugin

Test

nx test eslint-plugin

Build

nx build eslint-plugin

Version bump

TODO: generate CHANGELOG.md containing only changes eslint-plugin (currently running standard-version with --skip.changelog flag)

Generates current version using git history and updates the version field in libs/eslint-plugin/package.json.

nx version-bump eslint-plugin

Publish

⚠️ You have to be logged into npmjs.com in order to successfully publish this library. Remember to bump the version before publishing nx version-bump eslint-plugin.

nx publish eslint-plugin

Release

Combines version-bump and publish.

nx release eslint-plugin

Install inside this repository

nx install eslint-plugin