Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
bigtimebuddy committed Dec 19, 2023
1 parent 88c72fe commit 0bc6562
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/eslint-config",
"version": "5.0.0",
"version": "5.1.0",
"description": "ESLint config for PixiJS plugin creators",
"main": "index.js",
"repository": {
@@ -43,7 +43,9 @@
]
},
"eslintConfig": {
"extends": ["./index.js"]
"extends": [
"./index.js"
]
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",

0 comments on commit 0bc6562

Please sign in to comment.