/ez-linting

Common Linting

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

ez-linting Publish Package to NPM

Check Package Specific Doc

This project was generated using Nx, Smart, Fast and Extensible Build System.

Creating Workspace with Core CLI and Install js Deps

npx create-nx-workspace@latest
npm i -D @nrwl/js

Generate a library

nx g @nrwl/js:lib eslint-config-ez --publishable --importPath="@ezyaez/eslint-config-ez"
nx g @nrwl/js:lib eslint-config-yc --publishable --importPath="@ezyaez/eslint-config-yc"
nx g @nrwl/js:lib eslint-config-vue --publishable --importPath="@ezyaez/eslint-config-vue"
nx g @nrwl/js:lib stylelint-config-ez --publishable --importPath="@ezyaez/stylelint-config-ez"

Publish the packages

nx publish PKG_NAME --ver=<required-version> --tag=[custom-tag]

Further help

Visit the Nx Documentation to learn more.