feature: add concurrently linting

This commit is contained in:
Dmitriy Bratchikov
2024-05-27 17:23:27 +07:00
parent 2ddf1acbfd
commit 02308ad20e
3 changed files with 58 additions and 55 deletions
+6 -4
View File
@@ -1,11 +1,13 @@
# Next.js + Feature-Sliced Design | Pure Template
## IMPORTANT
Do not delete the pages* folder even if you are using App Router, deleting the pages folder
Do not delete the pages\* folder even if you are using App Router, deleting the pages folder
will result in a [build error](https://t.me/feature_sliced/1/107414).
## ADDITIONAL SOLUTION TO THE PROBLEM
If you don't like the empty "pages" folder in the project root, you can rename the pages layer (./src/pages)
If you don't like the empty "pages" folder in the project root, you can rename the pages layer (./src/pages)
for example to "pagesLayer" and then delete the pages folder from the project root.
**Use what you like best <3**
@@ -15,9 +17,9 @@ for example to "pagesLayer" and then delete the pages folder from the project ro
## Folders description
| Folder | Description |
|--------------|-----------------------------------------------------------------------------------------------------------------|
| ------------ | --------------------------------------------------------------------------------------------------------------- |
| app | Next App folder for [App Routing](https://nextjs.org/docs/app/building-your-application/routing#the-app-router) |
| pages * | Next Pages folder for [Pages Routing](https://nextjs.org/docs/pages) |
| pages \* | Next Pages folder for [Pages Routing](https://nextjs.org/docs/pages) |
| public | Public files |
| src/app | App FSD Layer |
| src/pages | Pages FSD Layer |