This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@tronite/eslint-config

1.1.0 • Public • Published

@tronite/eslint-config

This package provides ESLint configuration for Tronite projects. It is intended to be used with @tronite/prettier-config and @tronite/tsconfig.

Installation

To install this package, run the following command:

pnpm add -D @tronite/eslint-config

You will also need to install the following peer dependencies:

pnpm add -D eslint prettier typescript

Usage

Add the following to your .eslintrc.js file, depending on your project type:

Node.js

module.exports = require("@tronite/eslint-config/node");

React

module.exports = require("@tronite/eslint-config/react");

Next.js

module.exports = require("@tronite/eslint-config/nextjs");

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @tronite/eslint-config

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    7.16 kB

    Total Files

    9

    Last publish

    Collaborators

    • richardsolomou