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.
default-param-last
1 parent 0393500 commit 46b16abCopy full SHA for 46b16ab
typescript.js
@@ -11,6 +11,10 @@ module.exports = {
11
// Disable requiring return types because it's too easy to broaden them by accident.
12
'@typescript-eslint/explicit-module-boundary-types': 'off',
13
14
+ // The stock `default-param-last` ESlint rule doesn't play with TS.
15
+ 'default-param-last': 'off',
16
+ '@typescript-eslint/default-param-last': ['error'],
17
+
18
'import/extensions': [
19
'error',
20
'ignorePackages',
0 commit comments