aboutsummaryrefslogtreecommitdiffstats
path: root/tooling
diff options
context:
space:
mode:
Diffstat (limited to 'tooling')
-rw-r--r--tooling/eslint/package.json4
-rw-r--r--tooling/prettier/index.js1
2 files changed, 3 insertions, 2 deletions
diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json
index 6b156d5d..84289168 100644
--- a/tooling/eslint/package.json
+++ b/tooling/eslint/package.json
@@ -16,8 +16,8 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^14.1.1",
- "@typescript-eslint/eslint-plugin": "^7.2.0",
- "@typescript-eslint/parser": "^7.2.0",
+ "@typescript-eslint/eslint-plugin": "7.6.0",
+ "@typescript-eslint/parser": "7.6.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
diff --git a/tooling/prettier/index.js b/tooling/prettier/index.js
index 08618ae6..bfc96896 100644
--- a/tooling/prettier/index.js
+++ b/tooling/prettier/index.js
@@ -31,6 +31,7 @@ const config = {
],
importOrderParserPlugins: ["typescript", "jsx", "decorators-legacy"],
importOrderTypeScriptVersion: "4.4.0",
+ endOfLine: "auto",
};
export default config;