mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-10 03:01:21 +00:00
test(eslint): remove eslint-config-prettier
This commit is contained in:
parent
0e97ecbe0f
commit
ae65e4ab70
@ -1,7 +1,7 @@
|
||||
{
|
||||
"root": true,
|
||||
"ignorePatterns": ["dist"],
|
||||
"extends": ["eslint:recommended", "prettier"],
|
||||
"extends": ["eslint:recommended"],
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["**/*.mts", "**/*.ts"],
|
||||
|
@ -17,7 +17,6 @@
|
||||
"@typescript-eslint/parser": "^7.0.1",
|
||||
"@vercel/ncc": "^0.38.1",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-json-files": "^4.1.0",
|
||||
"eslint-plugin-tsdoc": "^0.2.17",
|
||||
"prettier": "^3.2.5",
|
||||
|
12
yarn.lock
generated
12
yarn.lock
generated
@ -874,17 +874,6 @@ __metadata:
|
||||
languageName: node
|
||||
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":
|
||||
version: 4.1.0
|
||||
resolution: "eslint-plugin-json-files@npm:4.1.0"
|
||||
@ -2017,7 +2006,6 @@ __metadata:
|
||||
"@typescript-eslint/parser": "npm:^7.0.1"
|
||||
"@vercel/ncc": "npm:^0.38.1"
|
||||
eslint: "npm:^8.56.0"
|
||||
eslint-config-prettier: "npm:^9.1.0"
|
||||
eslint-plugin-json-files: "npm:^4.1.0"
|
||||
eslint-plugin-tsdoc: "npm:^0.2.17"
|
||||
prettier: "npm:^3.2.5"
|
||||
|
Loading…
Reference in New Issue
Block a user