Browse Source

tools: rename eslintrc to an undeprecated format

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

PR-URL: https://github.com/nodejs/node/pull/7699

Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Rich Trott <rtrott@gmail.com>
v4.x
Sakthipriyan Vairamani 8 years ago
committed by Myles Borins
parent
commit
e607ff52fa
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 0
      .eslintrc.yaml
  2. 0
      lib/.eslintrc.yaml
  3. 0
      test/.eslintrc.yaml

0
.eslintrc → .eslintrc.yaml

0
lib/.eslintrc → lib/.eslintrc.yaml

0
test/.eslintrc → test/.eslintrc.yaml

Loading…
Cancel
Save