Skip to content

Commit 0ccfd0e

Browse files
authored
Merge pull request #3672 from clairep94/pr05/migrate_user_model_finalattempt
pr05 Typescript Migration #13: Migrate the User Model (& API Key schema)
2 parents 7392453 + 23bb85a commit 0ccfd0e

34 files changed

+1232
-269
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"import/no-extraneous-dependencies": "off",
136136
"no-unused-vars": "off",
137137
"import/no-default-export": "warn",
138-
"no-underscore-dangle": "warn",
138+
"no-underscore-dangle": "off",
139139
"react/require-default-props": "off",
140140
"no-shadow": "off",
141141
"@typescript-eslint/no-shadow": "error"

0 commit comments

Comments
 (0)