Files
grafana/packages/grafana-eslint-rules/jest.config.js
Jesse David Peterson f3843fc67a Linter: Custom eslint rule to prevent in-repo plugins from reaching into neighbouring plugin code (#112248)
* feat(linter-rule): prevent cross plugin relative path imports

* docs(readme): document new grafana/no-plugin-external-import-paths rule

* chore(test): add an NPM script to run linter rule tests

* test(linter-rule): prevent cross plugin relative path imports

* docs(eslint-config): add a commented out example of new rule usage
2025-11-07 21:18:50 +00:00

5 lines
88 B
JavaScript

export default {
testEnvironment: 'node',
testMatch: ['<rootDir>/**/*.test.js'],
};