fintory / boot-next

Basic Next.js starter kit including the use of TypeScript, styled-components, mobx-state-tree and many more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-formatting doesn't work in VSCode

visualcookie opened this issue · comments

Info for VSCode users

ESLint updated it's extension and you now require to add the following to your settings:

"editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
},
commented

Same for IDEA. Let's reopen and add to docs.

commented

Added to the docs in my PR. #18