This commit is contained in:
Nathan Bierema 2023-12-16 11:36:17 -05:00
parent d165cc7bd9
commit 1a2fef9f27
2 changed files with 4 additions and 17 deletions

15
.gitattributes vendored
View File

@ -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

View File

@ -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 .",