Skip to content

Commit 3e18a2a

Browse files
committed
📝 Add option examples
1 parent 45e3187 commit 3e18a2a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ Framework and First-party require setting some options in your config:
2020
"parser": "babylon",
2121
"style": "python",
2222
"options": {
23-
"knownFramework": [],
24-
"knownFirstparty": []
23+
"knownFramework": [
24+
"@ember",
25+
"@glimmer"
26+
],
27+
"knownFirstparty": [
28+
"my-project"
29+
]
2530
}
2631
},
2732
}

0 commit comments

Comments
 (0)