Organize imports better

This commit is contained in:
2019-09-26 20:19:57 +02:00
parent e2bdaf6603
commit b4f707da19
11 changed files with 63 additions and 18 deletions

View File

@@ -7,7 +7,8 @@
"jsRules": {},
"rules": {
"interface-name": [ true, "never-prefix"],
"no-submodule-imports": [true, "graphql/language", "graphql/type"]
"no-submodule-imports": [true, "graphql/language", "graphql/type", "@kredens"],
"no-implicit-dependencies": [true, ["@kredens"]]
},
"rulesDirectory": []
}