mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
12 lines
178 B
JSON
12 lines
178 B
JSON
|
|
{
|
||
|
|
"type": "module",
|
||
|
|
"devDependencies": {
|
||
|
|
"eslint": "^9.27.0",
|
||
|
|
"eslint-plugin-brace-rules": "^0.1.6"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"lint": "eslint",
|
||
|
|
"lint:fix": "eslint --fix"
|
||
|
|
}
|
||
|
|
}
|