@mrpelz/boilerplate-preact 11.1.0 → 11.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrpelz/boilerplate-preact",
3
- "version": "11.1.0",
3
+ "version": "11.2.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mrpelz/boilerplate.git",
@@ -68,7 +68,7 @@ EOF
68
68
  // @ts-ignore
69
69
  import config from '$BOILERPLATE_PREACT_MODULE_NAME/eslint.config.js';
70
70
 
71
- /** @type {import('eslint').Linter.FlatConfig[]} */
71
+ /** @type {import('eslint').Linter.Config[]} */
72
72
  export default config;
73
73
  EOF
74
74
  )"