bondage-college-mirr/BondageClub/Tools/Node/.eslintrc.js
bananarama92 22c7fd6ee9
STY: Bump ecmaVersion to 2022
Required for using Public class fields
2024-11-25 17:26:07 +01:00

9 lines
105 B
JavaScript

"use strict";
module.exports = {
env: {
node: true,
},
parserOptions: {
ecmaVersion: 2022,
},
};