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.
2 parents 2c9833f + c778ade commit 0839881Copy full SHA for 0839881
packages/eslint-config-airbnb/rules/best-practices.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
'rules': {
3
- // Enforces getter/setter pairs in objects
+ // enforces getter/setter pairs in objects
4
'accessor-pairs': 0,
5
// treat var statements as if they were block scoped
6
'block-scoped-var': 2,
0 commit comments