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.
no-underscore-dangle
1 parent 92cde5c commit 8843656Copy full SHA for 8843656
1 file changed
lib/types/rules/stylistic-issues.d.ts
@@ -1385,10 +1385,35 @@ export interface StylisticIssues extends Linter.RulesRecord {
1385
* @default false
1386
*/
1387
allowAfterSuper: boolean;
1388
+ /**
1389
+ * @since 6.7.0
1390
+ * @default false
1391
+ */
1392
+ allowAfterThisConstructor: boolean;
1393
/**
1394
1395
1396
enforceInMethodNames: boolean;
1397
1398
+ * @since 8.15.0
1399
1400
1401
+ enforceInClassFields: boolean;
1402
1403
+ * @since 8.31.0
1404
+ * @default true
1405
1406
+ allowInArrayDestructuring: boolean;
1407
1408
1409
1410
1411
+ allowInObjectDestructuring: boolean;
1412
1413
+ * @since 7.7.0
1414
1415
1416
+ allowFunctionParams: boolean;
1417
}>,
1418
]
1419
>;
0 commit comments