Skip to content

Commit 7a7bf06

Browse files
chore(vendor): update @lightbase/eslint-plugin (#362)
_This PR is created by sync and will be force-pushed daily. Overwriting any manual changes done to this PR._ - chore(deps): update dependencies (lightbasenl/frontend-components#46) (lightbasenl/frontend-components@29ce2d6) - chore(deps): update dependencies (lightbasenl/frontend-components#44) (lightbasenl/frontend-components@4c3e680) - chore(deps): update dependencies (lightbasenl/frontend-components#35) (lightbasenl/frontend-components@d3f1651) - chore(deps): update dependencies (lightbasenl/frontend-components#34) (lightbasenl/frontend-components@ae456c4) - chore(deps): update dependencies (lightbasenl/frontend-components#32) (lightbasenl/frontend-components@c7b2f12) - chore(deps): update dependencies (lightbasenl/frontend-components#31) (lightbasenl/frontend-components@3ede89c) - chore(deps): update dependencies (lightbasenl/frontend-components#29) (lightbasenl/frontend-components@3e756c8) - chore(deps): update dependencies (lightbasenl/frontend-components#28) (lightbasenl/frontend-components@15a6b9b) - chore(eslint-plugin): disable TS version mismatch warnings (lightbasenl/frontend-components#27) (lightbasenl/frontend-components@446eb18) - chore(deps): update dependencies (lightbasenl/frontend-components#25) (lightbasenl/frontend-components@57ebe6b) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a203410 commit 7a7bf06

File tree

3 files changed

+944
-417
lines changed

3 files changed

+944
-417
lines changed

vendor/eslint-plugin/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"private": true,
55
"main": "./src/index.js",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "5.59.2",
8-
"@typescript-eslint/parser": "5.59.2",
9-
"eslint": "8.40.0",
10-
"eslint-config-next": "13.4.1",
11-
"eslint-config-prettier": "8.8.0",
12-
"eslint-plugin-no-relative-import-paths": "1.5.2",
13-
"eslint-plugin-prettier": "4.2.1",
14-
"eslint-plugin-unused-imports": "2.0.0",
15-
"prettier": "2.8.8",
16-
"prettier-plugin-tailwindcss": "0.2.8"
7+
"@typescript-eslint/eslint-plugin": "6.7.5",
8+
"@typescript-eslint/parser": "6.7.5",
9+
"eslint": "8.51.0",
10+
"eslint-config-next": "13.5.4",
11+
"eslint-config-prettier": "9.0.0",
12+
"eslint-plugin-no-relative-import-paths": "1.5.3",
13+
"eslint-plugin-prettier": "5.0.1",
14+
"eslint-plugin-unused-imports": "3.0.0",
15+
"prettier": "3.0.3",
16+
"prettier-plugin-tailwindcss": "0.5.6"
1717
},
1818
"files": [
1919
"README.md",
2020
"src/index.js"
2121
],
22-
"gitHead": "4dcfe0922a124f2c944f6dc24411c73dcdc2819b"
22+
"gitHead": "29ce2d6a4ddccaf10df12fd5a180b13b4c6ca450"
2323
}

vendor/eslint-plugin/src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ module.exports = {
88
"plugin:prettier/recommended",
99
],
1010
plugins: ["unused-imports", "no-relative-import-paths"],
11+
parserOptions: {
12+
warnOnUnsupportedTypeScriptVersion: false,
13+
},
1114
rules: {
1215
"no-relative-import-paths/no-relative-import-paths": [
1316
"error",

0 commit comments

Comments
 (0)