fixed eslint error for missing air-bnb config

try to make line endings consistent
This commit is contained in:
Briant Diehl
2022-10-12 14:13:04 -06:00
parent e3e6fc73fa
commit 094594ab16
5 changed files with 712 additions and 97 deletions
+1
View File
@@ -25,6 +25,7 @@ module.exports = {
// prettier overrides
'prettier/prettier': ['error', {
printWidth: 100,
endOfLine: 'auto'
}],
},
settings: {
+1
View File
@@ -0,0 +1 @@
* text=auto eol=lf
+2 -1
View File
@@ -4,5 +4,6 @@
"source.fixAll": true,
"source.organizeImports": true,
"source.sortMembers": true
}
},
"files.eol": "\n"
}
+706 -96
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -47,6 +47,8 @@
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "2.0.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",