* 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
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
export default {
|
|
testEnvironment: 'node',
|
|
testMatch: ['<rootDir>/**/*.test.js'],
|
|
};
|