mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-24 03:37:51 -04:00
feat: Implement digital signatures for participant consent and introduce study forms management.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
"extends": [".eslintrc.cjs"],
|
||||
"rules": {
|
||||
extends: [".eslintrc.cjs"],
|
||||
rules: {
|
||||
// Only enable the rule we want to autofix
|
||||
"@typescript-eslint/prefer-nullish-coalescing": "error"
|
||||
}
|
||||
};
|
||||
"@typescript-eslint/prefer-nullish-coalescing": "error",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user