Skip to content

ArthurChf/Chess

Repository files navigation

Chess

Configuration and linter in VS Code

  • Install the "ESLint" extension
  • In the settings.json, add these properties :
"eslint.format.enable": true,
"eslint.workingDirectories": [
    "front"
],
"javascript.preferences.quoteStyle": "single"

Commands

Install required dependencies

// if nvm not installed : https://github.com/nvm-sh/nvm
nvm use
npm i

Run

// Start in development mode (with hot reload)
npm run dev

// Build the project for production environment
npm run build

// List errors from ESLint
npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published