Merge pull request #2 from BRAVO68WEB/prettier-v3-patch

fix: lint + ci + minor update
This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-08-14 10:17:43 +05:30 committed by GitHub
commit 055f914604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 565 additions and 319 deletions

View File

@ -28,7 +28,6 @@
"eslint-plugin-autofix": "1.1.0",
"eslint-plugin-deprecation": "1.4.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-regexp": "1.15.0",
@ -44,19 +43,20 @@
},
"devDependencies": {
"@bravo68web/tsconfig": "*",
"@rollup/plugin-commonjs": "25.0.1",
"@rollup/plugin-commonjs": "25.0.3",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-typescript": "11.1.1",
"@rollup/plugin-typescript": "11.1.2",
"@types/deepmerge": "2.2.0",
"@types/eslint": "8.40.1",
"@types/node": "18.16.17",
"@types/eslint": "8.44.1",
"@types/node": "20.4.5",
"@types/rollup-plugin-auto-external": "2.0.2",
"eslint": "8.42.0",
"rollup": "3.24.1",
"eslint": "8.45.0",
"eslint-plugin-prettier": "5.0.0",
"rollup": "3.26.3",
"rollup-plugin-auto-external": "2.0.0",
"tsec": "0.2.7",
"typescript": "5.1.3",
"vitest": "0.32.0"
"typescript": "5.1.6",
"vitest": "0.33.0"
},
"keywords": [
"bravo68web",
@ -88,4 +88,4 @@
"require": "./dist/backend.cjs"
}
}
}
}

View File

@ -33,7 +33,7 @@ const config: Linter.Config = {
],
rules: {
quotes: [
2,
1,
"double",
{
avoidEscape: true,

View File

@ -36,7 +36,7 @@ const config: Linter.Config = {
],
rules: {
quotes: [
2,
1,
"double",
{
avoidEscape: true,

View File

@ -11,7 +11,7 @@
],
"printWidth": 100,
"semi": true,
"singleQuote": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "all"
}

View File

@ -31,6 +31,9 @@
"peerDependencies": {
"prettier": "2.x || 3.x"
},
"devDependencies": {
"eslint-plugin-prettier": "5"
},
"keywords": [
"bravo68web",
"prettier",
@ -40,4 +43,4 @@
"access": "public",
"provenance": true
}
}
}

View File

@ -23,7 +23,7 @@
"typescript": "5.x"
},
"devDependencies": {
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"keywords": [
"bravo68web",
@ -33,4 +33,4 @@
"publishConfig": {
"access": "public"
}
}
}

View File

@ -32,4 +32,4 @@
},
"packageManager": "pnpm@8.6.2",
"prettier": "@bravo68web/prettier-config"
}
}

File diff suppressed because it is too large Load Diff