aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index a8fda2f..247474e 100644
--- a/ROADMAP.md
+++ b/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"