Skip to content

Commit

Permalink
Updated eslint config, bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Sep 15, 2023
1 parent 04cb9b3 commit 8515d51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"env": {
"browser": true,
"node": true,
"es2022": true,
"es2023": true,
"jest": true
},
"parserOptions": {
Expand All @@ -13,6 +13,7 @@
"extends": ["eslint:recommended", "plugin:import/recommended", "plugin:jsdoc/recommended", "plugin:jest/recommended"],
"rules": {
"no-unused-vars": "warn",
"import/extensions": ["warn", "always"],
"jsdoc/require-jsdoc": [
"warn",
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vpmedia/phaser

[![npm version](https://badge.fury.io/js/@vpmedia%2Fphaser.svg?v=1.30.0)](https://badge.fury.io/js/@vpmedia%2Fphaser)
[![npm version](https://badge.fury.io/js/@vpmedia%2Fphaser.svg?v=1.40.0)](https://badge.fury.io/js/@vpmedia%2Fphaser)
[![Node.js CI](https://github.com/vpmedia/phaser/actions/workflows/node.js.yml/badge.svg)](https://github.com/vpmedia/phaser/actions/workflows/node.js.yml)

@vpmedia/phaser is the modern ECMAScript port of the popular Phaser game engine v2.6.2.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vpmedia/phaser",
"version": "1.30.0",
"version": "1.40.0",
"description": "@vpmedia/phaser is the modern ECMAScript port of the popular Phaser game engine v2.6.2",
"author": "Andras Csizmadia <andras@vpmedia.hu> (www.vpmedia.hu)",
"license": "MIT",
Expand Down

0 comments on commit 8515d51

Please sign in to comment.