Skip to content

Commit 1af330b

Browse files
eslint / format
1 parent 9d8326b commit 1af330b

File tree

12 files changed

+5655
-389
lines changed

12 files changed

+5655
-389
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ export default defineConfig({
77
integrations: [
88
starlight({
99
customCss: [
10-
"./node_modules/@interledger/docs-design-system/src/styles/teal-theme.css",
11-
"./node_modules/@interledger/docs-design-system/src/styles/ilf-docs.css",
12-
],
13-
}),
14-
],
15-
});
10+
'./node_modules/@interledger/docs-design-system/src/styles/teal-theme.css',
11+
'./node_modules/@interledger/docs-design-system/src/styles/ilf-docs.css'
12+
]
13+
})
14+
]
15+
})
1616
```
1717

1818
If you are using them in an Astro layout file, then the import would look like this for the build to not fail:
@@ -24,7 +24,7 @@ import '/node_modules/@interledger/docs-design-system/src/styles/teal-theme.css'
2424
We also have a number of documentation-specific helper components that can be imported and used where necessary. For these shared components, if you are using both `CodeBlock` and `Disclosure` on the same page, you can import them both like so:
2525

2626
```jsx
27-
import { CodeBlock, Disclosure } from "@interledger/docs-design-system";
27+
import { CodeBlock, Disclosure } from '@interledger/docs-design-system'
2828
```
2929

3030
For more information about importing things in Javascript, please refer to [import on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import).
@@ -65,11 +65,11 @@ git clone https://github.com/interledger/docs-styleguide.git
6565

6666
All commands are run from the root of the project, from a terminal:
6767

68-
| Command | Action |
69-
| :------------------- | :----------------------------------------------- |
70-
| `npm install` | Installs dependencies |
71-
| `npm run format` | Format code and fix linting issues |
72-
| `npm run lint` | Check code formatting and linting |
68+
| Command | Action |
69+
| :--------------- | :--------------------------------- |
70+
| `npm install` | Installs dependencies |
71+
| `npm run format` | Format code and fix linting issues |
72+
| `npm run lint` | Check code formatting and linting |
7373

7474
You can substitute the `npm` commands with whatever package manager your workflow uses.
7575

0 commit comments

Comments
 (0)