The All-in-one Repository
- fix the lint tsconfig.json file creation when no file is found
- trim the diff's unusefull text
- use walkthrough instead of custom page
- use webview to add quick settings
- use modal dialog to confirm the walkthrough
- use progressive notify
- use add commit reminder
[/] add a revert last commit button(use amend instead)- add more configuration to the commit composer extension
- Implement the complete annotation
- Provide Documentation
- Clearify the installation steps
import lint from 'lenix/lint' with { type: "json" }
{
...
languageOptions: {
...,
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
},
...,
},
rules: {
...,
...lint.strict,
...,
}
...
},