Skip to content

Commit 97550c2

Browse files
committed
added eslint & prettier
1 parent 1435f76 commit 97550c2

22 files changed

Lines changed: 1296 additions & 100 deletions

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
"extends": ["marius"],
3+
"globals": {
4+
"Phaser": true
5+
}
6+
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
44
![commit4](https://i.imgur.com/tIruBpP.png)
55

6+
### Lint 🎩
7+
8+
```bash
9+
npm run lint
10+
```
11+
612
### Start 🏁
713

814
```bash

0 commit comments

Comments
 (0)