Skip to content

Commit 3516156

Browse files
committed
Docs
1 parent 3a121ea commit 3516156

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @webstackbuilders/import-sort-style-jsxpragma
1+
# import-sort-style-jsxpragma
22

33
It you are using a custom jsx pragma compiler directive, such as from `emotion` or `theme-ui`, other `import-sort`
44
styles won't handle moving the compiler directive and pragma import together to the top of the file. You'll end up
@@ -24,13 +24,13 @@ scoped modules e.g. `@myScope` using TypeScript `paths` in `tsconfig` or a simil
2424
NPM:
2525

2626
```bash
27-
npm i --save-dev @webstackbuilders/import-sort-style-jsxpragma sort-importer
27+
npm i --save-dev import-sort-style-jsxpragma sort-importer
2828
```
2929

3030
Yarn:
3131

3232
```bash
33-
yarn add @webstackbuilders/import-sort-style-jsxpragma sort-importer -D
33+
yarn add import-sort-style-jsxpragma sort-importer -D
3434
```
3535

3636
## Configure

package-lock.json

+2-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@types/node": "^17.0.21",
2626
"@typescript-eslint/eslint-plugin": "5.13.0",
2727
"@typescript-eslint/parser": "5.13.0",
28-
"@webstackbuilders/import-sort-style-jsxpragma": "1.0.2",
2928
"eslint": "8.10.0",
3029
"eslint-config-xo": "0.40.0",
3130
"import-sort": "6.0.0",

0 commit comments

Comments
 (0)