Skip to content

Commit a18f2e0

Browse files
authored
Merge pull request tailwindlabs#1254 from alex-safian/patch-1
Update .eslintrc URL in CONTRIBUTING.md file
2 parents ccf8117 + 399bf7d commit a18f2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It's never a fun experience to have your pull request declined after investing a
1010

1111
## Coding standards
1212

13-
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:
13+
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:
1414

1515
```sh
1616
npm run style

0 commit comments

Comments
 (0)