mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 01:52:03 +00:00
8 lines
254 B
JavaScript
8 lines
254 B
JavaScript
|
require("@rushstack/eslint-patch/modern-module-resolution");
|
||
|
|
||
|
module.exports = {
|
||
|
extends: ["@internal/eslint-config/profile/lib"],
|
||
|
parserOptions: { tsconfigRootDir: __dirname },
|
||
|
ignorePatterns: ["bin", "output", "vitest.config.ts", "fixtures"],
|
||
|
};
|