Skip to content

Commit 9c7f7e0

Browse files
authored
Discard changes to etc/eslint/rules/variables.js
1 parent 6347784 commit 9c7f7e0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

etc/eslint/rules/variables.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -259,21 +259,6 @@ rules[ 'no-use-before-define' ] = [ 'error', {
259259
'classes': true
260260
}];
261261

262-
/**
263-
* Allow identifiers up to 30 characters in length.
264-
*
265-
* @name id-length
266-
* @memberof rules
267-
* @type {Array}
268-
* @default [ 'warn', { max: 30 } ]
269-
* @see [id-length]{@link https://eslint.org/docs/rules/id-length}
270-
*
271-
* @example
272-
* // Okay...
273-
* var hasDefinePropertiesSupport = true;
274-
*/
275-
rules[ 'id-length' ] = [ 'warn', { 'max': 30 } ];
276-
277262

278263
// EXPORTS //
279264

0 commit comments

Comments
 (0)