This package provides the recommended ESLint configurations for all Internxt projects.
-
Install eslint-config-internxt as a development dependency:
yarn add --dev eslint-config-internxt
-
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, ];
-
This project is based on MIT License. You can show it in the License file.