Skip to content

Commit bce1aad

Browse files
authored
docs: change .eslintrc.js to eslint.config.js (#12317)
1 parent be66e1e commit bce1aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/10-getting-started/30-project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ my-project/
3030
└ vite.config.js
3131
```
3232

33-
You'll also find common files like `.gitignore` and `.npmrc` (and `.prettierrc` and `.eslintrc.cjs` and so on, if you chose those options when running `npm create svelte@latest`).
33+
You'll also find common files like `.gitignore` and `.npmrc` (and `.prettierrc` and `eslint.config.js` and so on, if you chose those options when running `npm create svelte@latest`).
3434

3535
## Project files
3636

0 commit comments

Comments
 (0)