更新
起きたこと
Laravel / Vue3 / TypeScript / Eslint の環境構築で
ESlintが動かなかったのでVSCodeの拡張機能のeslintの出力みると
TypeError: Error while loading rule '@typescript-eslint/no-unused-expressions': Cannot read properties of undefined (reading 'allowShortCircuit')
が出ていた。
原因・解決方法
ESLint v9.15.0 でエラーが起きる模様
ISSUEが上がっており ESLint自体のバージョンを v9.14.0 に下げれば起きなくなった
npm install --save-dev eslint@9.14.0