Skip to content

Commit

Permalink
Merge pull request #25 from Amsterdam/feature/122404-generic-forms
Browse files Browse the repository at this point in the history
122404
  • Loading branch information
remyvdwereld authored Aug 6, 2024
2 parents 64ccea5 + af3eaed commit 97be92a
Show file tree
Hide file tree
Showing 10 changed files with 304 additions and 209 deletions.
17 changes: 1 addition & 16 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ module.exports = {
"indent": ["error", 2],
"template-curly-spacing": ["error", "always"],
"@typescript-eslint/no-unsafe-assignment": "warn",
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
"@typescript-eslint/member-delimiter-style": ["error", {
multiline: {
delimiter: "none",
requireLast: true
},
singleline: {
delimiter: "comma",
requireLast: false
}
}],
"@typescript-eslint/type-annotation-spacing": ["error", {
before: false,
after: true,
overrides: { arrow: { before: true, after: true } }
}]
"@typescript-eslint/consistent-type-definitions": ["error", "type"]
},
}
Loading

0 comments on commit 97be92a

Please sign in to comment.