Skip to content

RisingPixel/phaser-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Our setup for phaserlike projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors