We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2667d4c commit 31da650Copy full SHA for 31da650
.eslintrc.json
@@ -47,6 +47,7 @@
47
"@typescript-eslint/prefer-readonly-parameter-types": "warn",
48
"import/no-relative-parent-imports": "error",
49
"functional/prefer-readonly-type": "off",
50
+ "functional/prefer-readonly-type-declaration": "warn",
51
"node/no-unsupported-features/es-builtins": "off",
52
"node/no-unsupported-features/es-syntax": "off",
53
"promise/prefer-await-to-callbacks": "off",
@@ -117,6 +118,12 @@
117
118
"jsdoc/require-jsdoc": "off"
119
}
120
},
121
+ {
122
+ "files": ["**/*.md/**"],
123
+ "rules": {
124
+ "functional/prefer-readonly-type-declaration": "off"
125
+ }
126
+ },
127
// FIXME: This override is defined in the upsteam; it shouldn't need to be redefined here. Why?
128
{
129
"files": [
0 commit comments