@hybrbase/eslint-config
Version:
A shareable eslint base configuration for projects.
12 lines (10 loc) • 542 B
JavaScript
// See:
// @link https://www.npmjs.com/package/@rushstack/eslint-patch
// @link https://stackoverflow.com/a/74478635/1392749
// @link https://github.com/eslint/eslint/issues/3458
// @link https://eslint.org/blog/2022/08/new-config-system-part-1/
// @link https://eslint.org/blog/2022/08/new-config-system-part-2/
// @link https://eslint.org/blog/2022/08/new-config-system-part-3/
// @link https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new
// @ts-ignore
require('@rushstack/eslint-patch/modern-module-resolution')