1
0
forked from 0ad/0ad

Update eslintrc.json to allow for class properties in JavaScript.

Refs: https://code.wildfiregames.com/D4770

This was SVN commit r28084.
This commit is contained in:
Stan 2024-05-10 10:10:49 +00:00
parent 7c8c9fd59b
commit f48e480f7f

View File

@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2020
"ecmaVersion": 2022
},
"plugins": [
"brace-rules"