Add Effect v4 support, Fast Refresh tooling, and revamped docs #56
@@ -4,5 +4,15 @@
|
|||||||
"extends": "//",
|
"extends": "//",
|
||||||
"files": {
|
"files": {
|
||||||
"includes": ["./src/**"]
|
"includes": ["./src/**"]
|
||||||
|
},
|
||||||
|
"linter": {
|
||||||
|
"rules": {
|
||||||
|
"complexity": {
|
||||||
|
"noImportantStyles": "off"
|
||||||
|
},
|
||||||
|
"style": {
|
||||||
|
"noDescendingSpecificity": "off"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -84,6 +84,11 @@ const config: Config = {
|
|||||||
type: "docsVersionDropdown",
|
type: "docsVersionDropdown",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "https://www.npmjs.com/package/effect-view",
|
||||||
|
label: "npm",
|
||||||
|
position: "right",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: "https://github.com/Thiladev/effect-view",
|
href: "https://github.com/Thiladev/effect-view",
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
|
|||||||
Reference in New Issue
Block a user