thefrontside / javascript

Frontside JavaScript tooling
9 stars 5 forks source link

Import tsconfig, eslint, eslint-plugin-prefer-let #1

Closed minkimcello closed 4 years ago

minkimcello commented 4 years ago

Motivation

To combine @thefrontside/eslint-config, @thefrontside/tsconfig, and @cowboyd/eslint-plugin-prefer-let into a monorepo.

Approach

TODOs

github-actions[bot] commented 4 years ago

The preview packages of this pull request have been published. Click on the following packages for instructions on how to install them:

@frontside/eslint-config --- Install using the following command: ```bash $ npm install @frontside/eslint-config@mk_import ``` Or update your package.json file: ```bash { "@frontside/eslint-config": "mk_import" } ``` ---
@frontside/eslint-plugin-prefer-let --- Install using the following command: ```bash $ npm install @frontside/eslint-plugin-prefer-let@mk_import ``` Or update your package.json file: ```bash { "@frontside/eslint-plugin-prefer-let": "mk_import" } ``` ---
@frontside/tsconfig --- Install using the following command: ```bash $ npm install @frontside/tsconfig@mk_import ``` Or update your package.json file: ```bash { "@frontside/tsconfig": "mk_import" } ``` ---

Generated by :no_entry_sign: dangerJS against 63ae93de682c0e1a26dcb741c80c4daac2f9881e

cowboyd commented 4 years ago

We should probably create a bump release for these.