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

1.1.1 • Public • Published

@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'],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @x-and-ai/eslint-config-ts-react

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

5.74 kB

Total Files

8

Last publish

Collaborators

  • henry-xandai