@ttoss/eslint-config

1.24.5 • Public • Published

@ttoss/eslint-config

@ttoss/eslint-config is a set of rules for ESLint to use on ttoss ecosystem.

Installation

pnpm add @ttoss/eslint-config --save-dev

Usage

Add the following to your .eslintrc.js file:

module.exports = {
  extends: ['@ttoss/eslint-config'],
};

Next.js projects

Add the following to your .eslintrc.json file:

{
  "extends": ["@ttoss/eslint-config/next"]
}

Readme

Keywords

Package Sidebar

Install

npm i @ttoss/eslint-config

Weekly Downloads

31

Version

1.24.5

License

none

Unpacked Size

42.1 kB

Total Files

6

Last publish

Collaborators

  • pedro-arantes
  • techtriangulostecnologia