Skip to content

Commit 518dc9c

Browse files
committed
docs: correct docs
Closes #27
1 parent 722eb4a commit 518dc9c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/fast-poets-destroy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-svelte-tailwindcss": patch
3+
---
4+
5+
Update docs

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project is similar to [eslint-plugin-tailwindcss](https://github.com/franco
55
but since that plugin does not provide direct support for Svelte, this project
66
was created to fill the gap.
77

8+
See the installation and rule documentation in the [`docs/` folder](./docs).
9+
810
## Attributions
911

1012
This plugin is heavily inspired by:

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ v9) and one for regular configurations (ESLint < v9).
2020
import svelteTailwindcss from 'eslint-plugin-svelte-tailwindcss';
2121

2222
export default [
23-
...svelteTailwindcss['flat/base']
23+
...svelteTailwindcss.configs['flat/base']
2424
];
2525

2626

0 commit comments

Comments
 (0)