Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 687 Bytes

Chemcon 2024

Hello! This is the repository for the Chemcon 2024 website. This website is built using React. Here are some instructions on how to get started with the project.

Enabling ESLint in VS Code

Install the ESLint Extension for VS Code

  • Go to the Extensions view in VS Code.

  • In the Extensions view, search for "ESLint".

  • Find the ESLint extension by Microsoft. It should have the following details:

    • Name: ESLint
    • Id: dbaeumer.vscode-eslint
    • Publisher: Microsoft
    • VS Marketplace Link: ESLint Extension
  • Click on the 'Install' button to install the ESLint extension.

Note: You will need to reload VS Code after installing the ESLint extension.