feat(import): Initial Import's config file
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
44
ROADMAP.md
44
ROADMAP.md
@@ -281,6 +281,50 @@
|
||||
- [ ] "yield-star-spacing"
|
||||
- [ ] "yoda"
|
||||
|
||||
## Import
|
||||
|
||||
- [ ] "default"
|
||||
- [ ] "dynamic-import-chunkname"
|
||||
- [ ] "export"
|
||||
- [ ] "exports-last"
|
||||
- [ ] "extensions"
|
||||
- [ ] "first"
|
||||
- [ ] "group-exports"
|
||||
- [ ] "imports-first"
|
||||
- [ ] "max-dependencies"
|
||||
- [ ] "named"
|
||||
- [ ] "namespace"
|
||||
- [ ] "newline-after-import"
|
||||
- [ ] "no-absolute-path"
|
||||
- [ ] "no-amd"
|
||||
- [ ] "no-anonymous-default-export"
|
||||
- [ ] "no-commonjs"
|
||||
- [ ] "no-cycle"
|
||||
- [ ] "no-default-export"
|
||||
- [ ] "no-deprecated"
|
||||
- [ ] "no-duplicates"
|
||||
- [ ] "no-dynamic-require"
|
||||
- [ ] "no-extraneous-dependencies"
|
||||
- [ ] "no-internal-modules"
|
||||
- [ ] "no-mutable-exports"
|
||||
- [ ] "no-named-as-default"
|
||||
- [ ] "no-named-as-default-member"
|
||||
- [ ] "no-named-default"
|
||||
- [ ] "no-named-export"
|
||||
- [ ] "no-namespace"
|
||||
- [ ] "no-nodejs-modules"
|
||||
- [ ] "no-relative-parent-imports"
|
||||
- [ ] "no-restricted-paths"
|
||||
- [ ] "no-self-import"
|
||||
- [ ] "no-unassigned-import"
|
||||
- [ ] "no-unresolved"
|
||||
- [ ] "no-unused-modules"
|
||||
- [ ] "no-useless-path-segments"
|
||||
- [ ] "no-webpack-loader-syntax"
|
||||
- [ ] "order"
|
||||
- [ ] "prefer-default-export"
|
||||
- [ ] "unambiguous"
|
||||
|
||||
## TypeScript
|
||||
|
||||
- [ ] "adjacent-overload-signatures"
|
||||
|
||||
Reference in New Issue
Block a user