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 9ce441e commit a5b9e2cCopy full SHA for a5b9e2c
app/templates/partials/js/js-rules.hbs
@@ -238,8 +238,11 @@ if (myValue === 1) {} // Хорошо
238
- В стрелочных функциях всегда используются скобки для параметров, даже если параметр один
239
240
## Классы
241
-'no-this-before-super': 'error', // eslint:recommended
242
'constructor-super': 'error', // eslint:recommended
+- В конструкторе классов-наследников обязательно вызывается super()
243
+
244
+'no-this-before-super': 'error', // eslint:recommended
245
+- В конструкторе нет обращения к this до того, как будет вызван super()
246
247
248
## Объявление переменных и функций
0 commit comments