0.0.14 • Published 3 years ago

@rescripts/rescript-env v0.0.14

Weekly downloads
8,687
License
MIT
Repository
github
Last release
3 years ago

@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.