diff --git a/.gitattributes b/.gitattributes index 83afa0ab..6313b56c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1 @@ -*.js text eol=lf -*.jsx text eol=lf -*.ts text eol=lf -*.tsx text eol=lf -*.json text eol=lf -*.css text eol=lf -*.html text eol=lf -*.md text eol=lf -*.yml text eol=lf -*.graphql text eol=lf -.eslintrc text eol=lf -.prettierrc text eol=lf -.babelrc text eol=lf -.stylelintrc text eol=lf +* text=auto eol=lf diff --git a/package.json b/package.json index a23f3cf4..50e5dd3d 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "@babel/core": "^7.23.5", "@babel/eslint-parser": "^7.23.3", "@changesets/cli": "^2.27.1", + "@nrwl/nx-cloud": "^16.5.2", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", "eslint": "^8.55.0", @@ -12,10 +13,9 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", - "prettier": "3.1.0", - "typescript": "~5.3.3", "nx": "^16.10.0", - "@nrwl/nx-cloud": "^16.5.2" + "prettier": "3.1.0", + "typescript": "~5.3.3" }, "scripts": { "format": "prettier --write .",