All Projects → ueno-llc → Styleguide

ueno-llc / Styleguide

Licence: mit
Ueno's code style guide and linter configs

Programming Languages

javascript
184084 projects - #8 most used programming language

WARNING

This repository has been deprecated. We are now using stylelint/prettier/eslint/tslint-recommended configurations. We don't have enough time to keep maintaining our own rules/configs that are at the end really similar to the recommended' configurations.

logo

banner

about

Usage

There is 4 npm packages in this repository:

Development

This is a Lerna-powered monorepo.

If you want to edit, for example, tslint-config and try it on your project:

git clone [email protected]:ueno-llc/styleguide
cd packages/tslint-config
yarn install
yarn link

In your project do:

cd my-project
yarn link "@ueno/tslint-config"

Publishing

You can either decide to bump all 4 packages by running:

yarn run publish

or if you just want to publish a single package (tslint-config for example):

yarn run publish --scope="@ueno/tslint-config"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].