eslint-plugin-use-agnostic 0.9.8 → 0.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,20 +42,6 @@ export default defineConfig([
|
|
|
42
42
|
]);
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
And don't forget the VS Code settings via `./.vscode/settings.json`:
|
|
46
|
-
|
|
47
|
-
```json
|
|
48
|
-
{
|
|
49
|
-
"eslint.useFlatConfig": true,
|
|
50
|
-
"eslint.validate": [
|
|
51
|
-
"javascript",
|
|
52
|
-
"javascriptreact",
|
|
53
|
-
"typescript",
|
|
54
|
-
"typescriptreact"
|
|
55
|
-
]
|
|
56
|
-
}
|
|
57
|
-
```
|
|
58
|
-
|
|
59
45
|
## How it works
|
|
60
46
|
|
|
61
47
|
In the beginning, there were not two kinds of modules in the Fullstack React Architecture (server vs. client). There were three:
|