@bilue/eslint-config

[![npm (scoped)](https://img.shields.io/npm/v/@bilue/eslint-config.svg?style=flat-square)](https://www.npmjs.com/package/@bilue/eslint-config)

Usage no npm install needed!

<script type="module">
  import bilueEslintConfig from 'https://cdn.skypack.dev/@bilue/eslint-config';
</script>

README

Bilue Logo

@bilue/eslint-config

npm (scoped)

This package provides an opinionated ESLint preset for React projects using TypeScript, intended to be used for all of our React projects at Bilue.

Installation

# Yarn
yarn add --dev @bilue/eslint-config

# npm
npm save --dev @bilue/eslint-config

Usage

In your ESLint configuration, usually an .eslintrc file at the root of your project, add the following:

{
  "extends": "@bilue/eslint-config"
}

Features

  • Support for linting TypeScript files
  • Integration with Prettier