Closed
Description
Tell us about your environment
- ESLint version: 5.15.3
- eslint-plugin-vue version: 5.2.2
- Node version: 8.12.0
What did you do?
eslint --fix
What did you expect to happen?
For renaming to happen on non-camelCase props.
What actually happened?
My prop name $actionEl
(which I know has another problem of it's own) was renamed to actionEl
.