issues
search
brandongregoryscott
/
eslint-plugin-collation
ESLint plugin for making your code easier to read, with autofix and TypeScript support
https://eslint-plugin-collation.brandonscott.me
Apache License 2.0
4
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: update eslint dependencies, fix imports
#78
brandongregoryscott
closed
4 months ago
1
fix(prefer-import): check for local types/interfaces before reporting global reference error
#77
brandongregoryscott
closed
4 months ago
1
fix(prefer-import): use local isIdentifier type guard instead of reaching into dist/ast-utils
#76
brandongregoryscott
closed
4 months ago
1
feat(prefer-import): lint and fix global types with local imports
#75
brandongregoryscott
closed
4 months ago
1
Add functionality to `prefer-import` rule to restrict / auto-fix global types that might have the same name as local types
#74
brandongregoryscott
closed
4 months ago
1
prefer-import w/ replaceAsDefault breaks if named import is aliased
#73
brandongregoryscott
closed
1 year ago
1
'Theme' gets mapped to `@twilio-paste/core-table` incorrectly in prefer-imports Twilio Paste config
#72
brandongregoryscott
closed
1 year ago
1
feat: default-import-matches-module rule
#71
brandongregoryscott
opened
1 year ago
0
feat: add default-export-matches-filename rule
#70
brandongregoryscott
opened
1 year ago
0
Improve `prefer-import` documentation
#69
brandongregoryscott
closed
1 year ago
1
fix(prefer-import): provide replacement data for better error reporting
#68
brandongregoryscott
closed
1 year ago
1
feat: prefer-import rule
#67
brandongregoryscott
closed
1 year ago
1
`sort-dependency-list` does not preserve comments
#66
brandongregoryscott
opened
1 year ago
0
docs: add documentation for sort-exports, separate release job into own workflow
#65
brandongregoryscott
closed
1 year ago
1
feat: add sort-exports rule for sorting export specifiers
#64
brandongregoryscott
closed
1 year ago
0
fix(group-exports): handle module specifiers and aliases
#63
brandongregoryscott
closed
1 year ago
0
`group-exports` does not handle aliased exports/index files
#62
brandongregoryscott
closed
1 year ago
0
Handle empty export
#60
brandongregoryscott
closed
2 years ago
0
Handle inline exports in module declaration blocks
#59
brandongregoryscott
closed
2 years ago
0
`no-inline-exports` false positive in empty module export in `.d.ts` file
#58
brandongregoryscott
closed
2 years ago
0
`no-inline-exports` - Export should be moved to end of scope, not file
#57
brandongregoryscott
closed
2 years ago
0
Rule: `main-comp-first`
#56
brandongregoryscott
opened
2 years ago
1
Refactor to ESLint plugin
#55
brandongregoryscott
closed
2 years ago
0
Rule: `default-export-matches-file`
#54
brandongregoryscott
opened
2 years ago
0
Rule: `consistent-default-import-export`
#53
brandongregoryscott
closed
1 year ago
1
Results of scheduled smoke test
#52
github-actions[bot]
opened
2 years ago
29
Audit existing rules and scope out effort of replacing w/ ESLint plugins
#50
brandongregoryscott
closed
2 years ago
0
`exports-at-eof` erroneously throwing errors
#49
brandongregoryscott
closed
2 years ago
0
Add configuration
#48
brandongregoryscott
closed
2 years ago
0
Update include/exclude flags to accept wildcard
#47
brandongregoryscott
closed
2 years ago
0
Ability to turn 'safe saving' off
#46
brandongregoryscott
closed
2 years ago
0
Rule: ExportsAtEof
#45
brandongregoryscott
closed
2 years ago
0
Handle intersection/nested types
#44
brandongregoryscott
closed
2 years ago
0
alphabetize-interfaces should handle TypeIntersections
#43
brandongregoryscott
closed
2 years ago
0
Alphabetize nested types
#42
brandongregoryscott
closed
2 years ago
0
Check for compilation errors and skip saving if so
#41
brandongregoryscott
closed
2 years ago
0
Swap default imports with named in `named-exports-only` rule
#40
brandongregoryscott
closed
2 years ago
0
Fix: alphabetize interfaces fails silently
#39
brandongregoryscott
closed
2 years ago
0
Rules throw/fail silently with p-retry
#38
brandongregoryscott
closed
2 years ago
0
Exclude flag
#37
brandongregoryscott
closed
2 years ago
0
Fix: Alphabetize jsx props with comments
#36
brandongregoryscott
closed
2 years ago
0
Bug: alphabetize-jsx-props only sorts nested JsxElements 1 level, it seems
#35
brandongregoryscott
closed
2 years ago
1
CLI option: --exclude to exclude specific rules from running
#34
brandongregoryscott
closed
2 years ago
0
Rule: `no-prop-destructure`
#33
brandongregoryscott
opened
2 years ago
1
Improve performance on large TS project
#32
brandongregoryscott
closed
2 years ago
0
Update named-exports-only to update default import to named
#31
brandongregoryscott
closed
2 years ago
0
Docusaurus
#30
brandongregoryscott
closed
2 years ago
0
Add rule named-exports-only
#29
brandongregoryscott
closed
2 years ago
0
Add simple CLI for scaffolding new rule files/wiring up to proper locations
#28
brandongregoryscott
closed
2 years ago
0
Add codegen utils for scaffolding out front-to-back rule
#27
brandongregoryscott
closed
2 years ago
0
Next