We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9960137 commit 0e0e931Copy full SHA for 0e0e931
1 file changed
package.json
@@ -23,7 +23,7 @@
23
"dev": "rollup -c -w",
24
"postbuild": "node -c dist/phaser-plugin-debug-game-scale.umd.js",
25
"preversion": "npm run build && git add dist",
26
- "test": "eslint src",
+ "test": "npx @biomejs/biome lint src",
27
"clean": "rm dist/*.js"
28
},
29
"files": [
0 commit comments