microsoft / microsoft/typespec
[Linter System] Add navigation options
Open
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
From proposal https://gist.github.com/timotheeguerin/95d4eea064ccfa0db64d9bf90e1597a6
Add a new property `navigationOptions` to the linter that will let linter be able to see template declaration and other things
```
navigationOptions: {
includeTemplateDeclaration?: boolean; // @default false
includeTemplateInstance?: boolean; // @default true
};
```
Contributor guide
Assessment
This issue has not been assessed yet.