lisilinhart / eslint-plugin-pinia

Eslint Plugin for Pinia
https://www.npmjs.com/package/eslint-plugin-pinia
MIT License
23 stars 1 forks source link

Got TypeError when I define a store with no return value #10

Closed 9romise closed 3 months ago

9romise commented 3 months ago

image

Reproduction:

import { defineStore } from 'pinia';

export const useAStore = defineStore('a', () => {
});
github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 0.1.11 :tada:

The release is available on:

Your semantic-release bot :package::rocket: