Merge pull request #1254 from alex-safian/patch-1

Update .eslintrc URL in CONTRIBUTING.md file
This commit is contained in:
Adam Wathan 2019-12-09 04:52:17 -08:00 committed by GitHub
commit a18f2e0346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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