1 comment

[ 2.6 ms ] story [ 14.0 ms ] thread
Saw this today when I was updating eslint dependencies on a repository. I prepended all the lifecycle methods for the time being which caused errors with `eslint-config-standard`'s camelcase rule. Had to add the following to our `.estlintrc` file:

"camelcase": ["error", { "allow": ["^UNSAFE_"], //regex syntax }]