Skip to content

Commit 15780d5

Browse files
committed
Added id-length documentation url
1 parent 867bfde commit 15780d5

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config-airbnb/base

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb/base/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = {
128128
'quotes': [
129129
2, 'single', 'avoid-escape' // http://eslint.org/docs/rules/quotes
130130
],
131-
'id-length': [2, {
131+
'id-length': [2, { // http://eslint.org/docs/rules/id-length
132132
'min': 2,
133133
'properties': 'never'
134134
}],

0 commit comments

Comments
 (0)