@internxt/eslint-config-internxt
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

eslint-config-internxt

This package provides the recommended ESLint configurations for all Internxt projects.

Installation

  1. Install eslint-config-internxt as a development dependency:

    yarn add --dev eslint-config-internxt
    
  2. Add eslint-config-internxt to your ESLint configuration.

    • Flat configuration (eslint.config.mjs): Import eslint-config-internxt, and put it in the configuration array.

      import someConfig from "some-other-config-you-use";
      import eslintConfigInternxt from "eslint-config-internxt";
      
      export default [
        someConfig,
        eslintConfigInternxt,
      ];

License

This project is based on MIT License. You can show it in the License file.

Readme

Keywords

none

Package Sidebar

Install

npm i @internxt/eslint-config-internxt

Weekly Downloads

72

Version

2.0.0

License

MIT

Unpacked Size

4.33 kB

Total Files

6

Last publish

Collaborators

  • fvsegarra