Skip to content

eslintrc: rename files to an undeprecated format

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

eslintrc

Description of change

As per ESLint documentation, http://eslint.org/docs/user-guide/configuring#configuration-file-formats the file format .eslintrc is deprecated. This patch renames the files but retains the contents as the structure is already in yaml format.

cc @silverwind, @trott

Merge request reports

Loading