@boojum/eslint-config-ts-web

0.0.2 • Public • Published

@boojum/eslint-config-ts-web

An opinionated ESLint shareable config. It's designed to help you maintain a consistent code style and quality in your JavaScript projects.

NOTE: Make sure that you have ESLint (version 8.0.0 or higher) installed in your project since this configuration relies on the ESM (ECMAScript Modules) syntax for the config file, often referred to as a flat config.

Installation

You can install the configuration and its dependencies using npm:

npm i -D @boojum/eslint-config-ts-web

Usage

After installing the package, you need to extend the configuration in your ESLint configuration file. Here's an example of how to do it in a eslint.config.js file:

import eslintConfigTsWeb from '@boojum/eslint-config-ts-web'

export default [
  ...eslintConfigTsWeb,
  // Custom rules or overrides can be added here
]

Package Sidebar

Install

npm i @boojum/eslint-config-ts-web

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

3.51 kB

Total Files

5

Last publish

Collaborators

  • boojum