@truenine/eslint9-config 1.0.13 → 1.0.14
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 -4
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -133,10 +133,6 @@ Install the [ESLint extension](https://marketplace.visualstudio.com/items?itemNa
|
|
|
133
133
|
}
|
|
134
134
|
```
|
|
135
135
|
|
|
136
|
-
## License
|
|
137
|
-
|
|
138
|
-
[LGPL-2.1-or-later](../../LICENSE)
|
|
139
|
-
|
|
140
136
|
## Contributing
|
|
141
137
|
|
|
142
138
|
Contributions are welcome! Please read our [contributing guidelines](../../README.md) for details.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truenine/eslint9-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.14",
|
|
5
5
|
"description": "ESLint 9 configuration package for Compose Client projects with TypeScript, Vue, and modern JavaScript support",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "TrueNine",
|
|
@@ -95,6 +95,7 @@
|
|
|
95
95
|
"build-c": "vite build",
|
|
96
96
|
"lint": "eslint --fix",
|
|
97
97
|
"type-check": "vue-tsc --noEmit",
|
|
98
|
-
"test": "vitest run"
|
|
98
|
+
"test": "vitest run",
|
|
99
|
+
"copy-license": "node -e \"require('fs').copyFileSync('../../LICENSE', './LICENSE')\""
|
|
99
100
|
}
|
|
100
101
|
}
|