https://github.com/vuejs/create-vue/blob/653f265c34741d22a114c4614362fa647a948d6e/utils/renderEslint.ts#L24 This might actually need to be: ```ts ['cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}'], ``` I had this not match files recursively in a different project when not doing this like that.