We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8b175 commit 481febaCopy full SHA for 481feba
scripts/generate-clients/code-eslint-fix.js
@@ -10,8 +10,9 @@ const eslintFixCode = async () => {
10
"--quiet",
11
]);
12
} catch (error) {
13
- // esprint throws error as there's no way to disable 'prefer-const'
14
- // which fails in clients. We'll still get fixed code though.
+ // esprint throws error as the clients source code does not follow 'prefer-const' rule.
+ // And esprint does not have a way to override rules written in .eslintrc
15
+ // We will still get linted code though.
16
}
17
};
18
0 commit comments