An ESLint shareable config by SKT T1 Byungi, providing a collection of JavaScript lint rules. The current stable version is 0.14.3. The package is intended for personal or team use and is not actively maintained; it serves as a snapshot of Byungi's preferred rules. It offers subsets for legacy (old), React, Hyperapp, TypeScript, and TypeScript+React environments. Notable dependencies include ESLint ^7, and it is scoped to that major version.
npm install eslint-config-byungiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quick setup: install peer dependency, add extends to ESLint config, and run linter.
Use ESLint 7.x or check compatibility with newer versions. Consider migrating to a maintained config.
Review and update rules manually if used in modern projects.
Switch to an actively maintained config like eslint-config-airbnb or eslint-config-standard.
Ensure eslint-config-byungi is installed: npm install --save-dev eslint eslint-config-byungi
Install eslint-plugin-react manually: npm install --save-dev eslint-plugin-react
Install required packages: npm install --save-dev @typescript-eslint/parser @typescript-eslint/eslint-plugin