Skip to content

Commit ef0a4cb

Browse files
author
Dom Harrington
committed
Add prettier to eslint config
1 parent a86be26 commit ef0a4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "airbnb-base",
2+
"extends": ["airbnb-base", "prettier"],
33
"rules": {
44

55
}

0 commit comments

Comments
 (0)