Restructured ROADMAP.md
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
43
docs/roadmap/import.md
Normal file
43
docs/roadmap/import.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Import
|
||||
|
||||
- [ ] "default"
|
||||
- [ ] "dynamic-import-chunkname"
|
||||
- [ ] "export"
|
||||
- [X] "exports-last"
|
||||
- [ ] "extensions"
|
||||
- [X] "first"
|
||||
- [ ] "group-exports"
|
||||
- [ ] "max-dependencies"
|
||||
- [ ] "named"
|
||||
- [ ] "namespace"
|
||||
- [X] "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-loss-of-precision"
|
||||
- [ ] "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"
|
||||
- [X] "no-webpack-loader-syntax"
|
||||
- [X] "order"
|
||||
- [ ] "prefer-default-export"
|
||||
- [ ] "unambiguous"
|
||||
Reference in New Issue
Block a user