test(eslint): remove eslint-config-prettier

This commit is contained in:
Alfi Maulana 2024-02-16 13:17:59 +07:00
parent 0e97ecbe0f
commit ae65e4ab70
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
3 changed files with 1 additions and 14 deletions

View File

@ -1,7 +1,7 @@
{ {
"root": true, "root": true,
"ignorePatterns": ["dist"], "ignorePatterns": ["dist"],
"extends": ["eslint:recommended", "prettier"], "extends": ["eslint:recommended"],
"overrides": [ "overrides": [
{ {
"files": ["**/*.mts", "**/*.ts"], "files": ["**/*.mts", "**/*.ts"],

View File

@ -17,7 +17,6 @@
"@typescript-eslint/parser": "^7.0.1", "@typescript-eslint/parser": "^7.0.1",
"@vercel/ncc": "^0.38.1", "@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-json-files": "^4.1.0", "eslint-plugin-json-files": "^4.1.0",
"eslint-plugin-tsdoc": "^0.2.17", "eslint-plugin-tsdoc": "^0.2.17",
"prettier": "^3.2.5", "prettier": "^3.2.5",

12
yarn.lock generated
View File

@ -874,17 +874,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"eslint-config-prettier@npm:^9.1.0":
version: 9.1.0
resolution: "eslint-config-prettier@npm:9.1.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: 6d332694b36bc9ac6fdb18d3ca2f6ac42afa2ad61f0493e89226950a7091e38981b66bac2b47ba39d15b73fff2cd32c78b850a9cf9eed9ca9a96bfb2f3a2f10d
languageName: node
linkType: hard
"eslint-plugin-json-files@npm:^4.1.0": "eslint-plugin-json-files@npm:^4.1.0":
version: 4.1.0 version: 4.1.0
resolution: "eslint-plugin-json-files@npm:4.1.0" resolution: "eslint-plugin-json-files@npm:4.1.0"
@ -2017,7 +2006,6 @@ __metadata:
"@typescript-eslint/parser": "npm:^7.0.1" "@typescript-eslint/parser": "npm:^7.0.1"
"@vercel/ncc": "npm:^0.38.1" "@vercel/ncc": "npm:^0.38.1"
eslint: "npm:^8.56.0" eslint: "npm:^8.56.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-json-files: "npm:^4.1.0" eslint-plugin-json-files: "npm:^4.1.0"
eslint-plugin-tsdoc: "npm:^0.2.17" eslint-plugin-tsdoc: "npm:^0.2.17"
prettier: "npm:^3.2.5" prettier: "npm:^3.2.5"