include-davis / cohort-platform

1 stars 0 forks source link

ESLint and ignore .vscode #12

Closed C3viche closed 1 month ago

C3viche commented 1 month ago

We should probably add .vscode to the .gitignore since I assume many of us are probably using VSCode and are going to change ESLint for the workspace settings.

BTW: This is what I put in my .vscode/settings.json. Not sure if it's exactly correct for the workflow to pass

{
    "editor.codeActionsOnSave": {
     "source.fixAll.eslint": "explicit"
    },
    "eslint.validate": [
        "javascript"
    ],
    "[javascriptreact]": {
        "editor.indentSize": 2
    }
}
JayJ104 commented 1 month ago

this should be fine. again, put it on slack for everyone!