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.
1 parent 8514f74 commit 06ed38dCopy full SHA for 06ed38d
packages/eslint-config-airbnb/rules/style.js
@@ -21,7 +21,7 @@ module.exports = {
21
// enforces use of function declarations or expressions
22
'func-style': 0,
23
// this option enforces minimum and maximum identifier lengths (variable names, property names etc.)
24
- 'id-length': [2, {'min': 2, 'properties': 'never'}],
+ 'id-length': 0,
25
// this option sets a specific tab width for your code
26
'indent': [2, 2],
27
// specify whether double or single quotes should be used in JSX attributes
0 commit comments