issues
search
actum
/
gulp-dev-stack
Actum dev stack based on gulp
MIT License
11
stars
7
forks
source link
soften class-methods-use-this rule to warning, add exceptMethods arg
#166
Closed
vbulant
closed
7 years ago
vbulant
commented
7 years ago
Close #115
Changed the rule to a warning so it doesn’t block the build.
Exceptions can be added to
exceptMethods
array in
.eslintrc.js:11
.
React lifecycle methods are ignored by default apparently (according to my testing).
Close #115
exceptMethods
array in.eslintrc.js:11
.