mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
9 lines
105 B
JavaScript
9 lines
105 B
JavaScript
"use strict";
|
|
module.exports = {
|
|
env: {
|
|
node: true,
|
|
},
|
|
parserOptions: {
|
|
ecmaVersion: 2022,
|
|
},
|
|
};
|