We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32295f commit 7b76dfaCopy full SHA for 7b76dfa
src/index.ts
@@ -28,3 +28,6 @@ export { Rule as UseViewEncapsulationRule } from './useViewEncapsulationRule';
28
export { Rule as TemplatesNoNegatedAsync } from './templatesNoNegatedAsyncRule';
29
export { Rule as TrackByFunctionRule } from './trackByFunctionRule';
30
export * from './angular/config';
31
+
32
+// this file exists for tslint to resolve the rules directory
33
+export const rulesDirectory = '.';
0 commit comments