Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 636 Bytes

File metadata and controls

17 lines (14 loc) · 636 Bytes

Phaser Config for Rising Pixel

A list of useful configuration files for bootstrapping phaser projects.

Typings

If you want code suggestion for Phaserjs and other libraries, just copy the defs folder and jsconfig.json file inside your project. VSCode will automatically suggest syntax.

ESLint

For styling we need to use ESLint following this tutorial steps.

  1. cd workspace-directory
  2. npm init -y
  3. npm i -D eslint eslint-config-airbnb-base eslint-plugin-import
  4. Copy .eslintrc.js from this repository into workspace-directory
  5. In VS Code, Ctrl + Shift + X
  6. Search ESLint
  7. Install ESLint
  8. Restart VS Code