We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01ba082 + b056ad0 commit 893ffb3Copy full SHA for 893ffb3
packages/eslint-config-airbnb/rules/es6.js
@@ -32,7 +32,7 @@ module.exports = {
32
// disallow modifying variables of class declarations
33
'no-class-assign': 0,
34
// disallow modifying variables that are declared using const
35
- 'no-const-assign': 0,
+ 'no-const-assign': 2,
36
// disallow to use this/super before super() calling in constructors.
37
'no-this-before-super': 0,
38
// require let or const instead of var
0 commit comments