1.1.1 • Published 2 years ago

@x-and-ai/eslint-config-ts-node v1.1.1

Weekly downloads
165
License
MIT
Repository
github
Last release
2 years ago

@x-and-ai/eslint-config-ts-node

X and AI TypeScript Node.js ESLint Configuration

Objectives

This ESLint configuration

  • is designed for linting TypeScript Node.js code.
  • supports parsing ECMAScripts 11 (2020) and below with ES modules.

Requirements

  • Node.js >= 16
  • ESLint >= 8.7.0
  • TypeScript >= 4.5.5
  • Prettier >= 2.5.1

Installation

yarn add -D @x-and-ai/eslint-config-ts-node

Usage

module.exports = {
  extends: ['@x-and-ai/eslint-config-ts-node'],
};