@rescripts/rescript-env

0.0.14 • Public • Published

@rescripts/rescript-env

About

Use your own Babel, ESLint and TSLint configurations. This rescript is a zero-config combination of three other rescripts:

Installation

npm i -D @rescripts/rescript-env

Usage

["env"]

Babel

Searches for a Babel config from your package.json's babel field, or from files named .babelrc, .babelrc.js, .babelrc.json or babel.config.js in your root directory.

ESLint

Searches for an ESLint config from your package.json's eslintConfig field, or from files named .eslintrc, .eslintrc.js, .eslintrc.json or eslint.config.js in your root directory.

TSLint

Searches for a TSLint config from files named either tslint.js or tslint.json in your root directory.

Readme

Keywords

none

Package Sidebar

Install

npm i @rescripts/rescript-env

Weekly Downloads

1,764

Version

0.0.14

License

MIT

Unpacked Size

4.01 kB

Total Files

4

Last publish

Collaborators

  • harrysolovay