@xylabs/eslint-config-flat 8.1.17 → 8.1.18
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 +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -98,10 +98,12 @@ For React projects, use [`@xylabs/eslint-config-react-flat`](https://www.npmjs.c
|
|
|
98
98
|
|
|
99
99
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
100
100
|
|
|
101
|
+
## Credits
|
|
101
102
|
|
|
103
|
+
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
102
104
|
|
|
103
|
-
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
|
104
105
|
[npm-badge]: https://img.shields.io/npm/v/@xylabs/eslint-config-flat.svg
|
|
105
106
|
[npm-link]: https://www.npmjs.com/package/@xylabs/eslint-config-flat
|
|
106
107
|
[license-badge]: https://img.shields.io/npm/l/@xylabs/eslint-config-flat.svg
|
|
107
108
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
109
|
+
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xylabs/eslint-config-flat",
|
|
4
|
-
"version": "8.1.
|
|
4
|
+
"version": "8.1.18",
|
|
5
5
|
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"xylabs",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"typescript": "^6.0.3",
|
|
59
59
|
"vite": "^8.0.16",
|
|
60
60
|
"vitest": "~4.1.8",
|
|
61
|
-
"@xylabs/
|
|
62
|
-
"@xylabs/
|
|
61
|
+
"@xylabs/toolchain": "~8.1.18",
|
|
62
|
+
"@xylabs/tsconfig": "~8.1.18"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"eslint": "^10.3",
|