diff --git a/test/test-files/eslint/astro-app/package.json b/test/test-files/eslint/astro-app/package.json index 527a99fc..e69de29b 100644 --- a/test/test-files/eslint/astro-app/package.json +++ b/test/test-files/eslint/astro-app/package.json @@ -1,17 +0,0 @@ -{ - "name": "astro-app", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro check && astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "astro": "^4.8.3", - "@astrojs/check": "^0.7.0", - "typescript": "^5.4.5" - } -} \ No newline at end of file diff --git a/test/test-files/eslint/astro-app/tsconfig.json b/test/test-files/eslint/astro-app/tsconfig.json index 77da9dd0..e69de29b 100644 --- a/test/test-files/eslint/astro-app/tsconfig.json +++ b/test/test-files/eslint/astro-app/tsconfig.json @@ -1,3 +0,0 @@ -{ - "extends": "astro/tsconfigs/strict" -} \ No newline at end of file