@ttoss/eslint-config
v1.24.9
Published
ESLint config.
Downloads
48
Readme
@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"]
}