Page MenuHomePhabricator

Reuse same eslint and stylelint config across Vue modules
Open, Needs TriagePublic

Description

As we migrate more JS modules from OOUI/Javascript to Vue/es6 the burden of maintaining different .eslintconfig and .stylelintrc files is growing and leading to inconsistencies between code styles on each module. Let's fix that by reusing the same "base config" on each Vue module.