mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 15:38:37 +00:00
8 lines
244 B
JavaScript
8 lines
244 B
JavaScript
require('@rushstack/eslint-patch/modern-module-resolution');
|
|
|
|
module.exports = {
|
|
extends: ['@internal/eslint-config/profile/lib'],
|
|
parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.eslint.json' }
|
|
// ignorePatterns: [],
|
|
};
|