issue: ESLint: Rule definition for 'valid-appcardcode-code-prop' not found. (valid-appcardcode-code-prop)
This is my TypeScript store file code:
import { defineStore } from 'pinia'
I tried adding
// eslint-disable-next-line valid-appcardcode-code-prop
before the first line, but ESLint still shows an error.
Even though my code works without any errors in the console, my IDE (phpStorm) displays this ESLint error.