From 399bf7df4d5e360bbd55230ade3175220db455da Mon Sep 17 00:00:00 2001 From: Alex Safian Date: Mon, 9 Dec 2019 18:43:44 +0800 Subject: [PATCH] Update .eslintrc URL in CONTRIBUTING.md file --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b2dfb20a5..e1d41f089 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ It's never a fun experience to have your pull request declined after investing a ## Coding standards -Our code formatting rules are defined in [.eslintrc](https://github.com/tailwindcss/tailwindcss/blob/master/.eslintrc). You can check your code against these standards by running: +Our code formatting rules are defined in [.eslintrc](https://github.com/tailwindcss/tailwindcss/blob/master/.eslintrc.json). You can check your code against these standards by running: ```sh npm run style