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