Consistent linting between Canvas and Kibana #25753
Labels
chore
Feature:Canvas
loe:small
Small Level of Effort
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Seems to be some custom linting rules in the Canvas repo that contradict the Kibana style guide. Only known one I'm aware of is
changing to
Another oddity is the file naming, sometimes there is
pascalCase.js
, sometimesnocapitals.js
and sometimesunderscores_too.js
. Since the rest of Kibana uses underscores, canvas probably should too. Not sure why the linter isn't catching that though, looks like no custom rule for it.The text was updated successfully, but these errors were encountered: