From aba278c350b347c9fa773affaafadd1406faa81f Mon Sep 17 00:00:00 2001 From: john gravois Date: Thu, 18 Apr 2024 17:00:48 -0700 Subject: [PATCH] update eslint config doc links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 259d354..c20fdf0 100644 --- a/README.md +++ b/README.md @@ -868,8 +868,8 @@ When you’re done, run `npm test` to verify that you got it all right. It runs [eslint-plugin-standard]: https://github.com/xjamundx/eslint-plugin-standard [eslint-plugin-unicorn]: https://github.com/sindresorhus/eslint-plugin-unicorn [eslint-plugin-vue]: https://github.com/vuejs/eslint-plugin-vue -[eslint.config.js (flat config)]: https://eslint.org/docs/latest/use/configure/configuration-files-new -[eslintrc]: https://eslint.org/docs/latest/use/configure/configuration-files +[eslint.config.js (flat config)]: https://eslint.org/docs/latest/use/configure/configuration-files +[eslintrc]: https://eslint.org/docs/latest/use/configure/configuration-files-deprecated [lines-around-comment]: https://eslint.org/docs/rules/lines-around-comment [max-len]: https://eslint.org/docs/rules/max-len [multiple configuration files]: https://eslint.org/docs/user-guide/configuring#configuration-cascading-and-hierarchy