diff options
author | cjihrig <cjihrig@gmail.com> | 2019-01-18 16:09:54 -0500 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2019-01-20 20:31:03 -0500 |
commit | af102c6d277165a641a4082b0641388807985875 (patch) | |
tree | af55616aa0751e0896699899a2d3fc2f9c7f1802 /tools/node_modules/eslint/README.md | |
parent | d1dee495db1451e74f5364c8687148a53ff0b50d (diff) | |
download | node-new-af102c6d277165a641a4082b0641388807985875.tar.gz |
tools: update ESLint to 5.12.1
Update ESLint to 5.12.1
PR-URL: https://github.com/nodejs/node/pull/25573
Reviewed-By: Wyatt Preul <wpreul@gmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/README.md')
-rw-r--r-- | tools/node_modules/eslint/README.md | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/tools/node_modules/eslint/README.md b/tools/node_modules/eslint/README.md index 65ee43400d..e1855ec3f4 100644 --- a/tools/node_modules/eslint/README.md +++ b/tools/node_modules/eslint/README.md @@ -133,7 +133,7 @@ If you are trying to run locally: * Make sure your plugins (and ESLint) are both in your project's `package.json` as devDependencies (or dependencies, if your project uses ESLint at runtime). * Make sure you have run `npm install` and all your dependencies are installed. -In all cases, make sure your plugins' peerDependencies have been installed as well. You can use `npm view eslint-plugin-myplugin peerDepencies` to see what peer dependencies `eslint-plugin-myplugin` has. +In all cases, make sure your plugins' peerDependencies have been installed as well. You can use `npm view eslint-plugin-myplugin peerDependencies` to see what peer dependencies `eslint-plugin-myplugin` has. ### Does ESLint support JSX? @@ -195,6 +195,8 @@ These folks keep the project moving and are resources for help. ### Technical Steering Committee (TSC) +The people who manage releases, review feature requests, and meet regularly to ensure ESLint is properly maintained. + <table> <tbody> <tr> @@ -247,7 +249,31 @@ These folks keep the project moving and are resources for help. </tbody> </table> -### Development Team +### Committers + +The people who review and fix bugs and help triage issues. + +<table> + <tbody> + <tr> + <td align="center" valign="top" width="11%"> + <a href="https://github.com/Aladdin-ADD"> + <img src="https://github.com/Aladdin-ADD.png?s=75" width="75px" height="75px"><br/> + <sub>薛定谔的猫</sub></a> + </td> + <td align="center" valign="top" width="11%"> + <a href="https://github.com/g-plane"> + <img src="https://github.com/g-plane.png?s=75" width="75px" height="75px"><br/> + <sub>Pig Fang</sub></a> + </td> + </tr> + </tbody> +</table> + + +### Alumni + +Former TSC members and committers who previously helped maintain ESLint. <table> <tbody> @@ -325,11 +351,6 @@ These folks keep the project moving and are resources for help. <sub>Reyad Attiyat</sub></a> </td> <td align="center" valign="top" width="11%"> - <a href="https://github.com/Aladdin-ADD"> - <img src="https://github.com/Aladdin-ADD.png?s=75" width="75px" height="75px"><br/> - <sub>薛定谔的猫</sub></a> - </td> - <td align="center" valign="top" width="11%"> <a href="https://github.com/VictorHom"> <img src="https://github.com/VictorHom.png?s=75" width="75px" height="75px"><br/> <sub>Victor Hom</sub></a> |