UNPKG

odinserv

Version:

A utility for valheim server and client featuring backup and restore functionality.

13 lines (12 loc) 195 B
module.exports = { env: { node: true, commonjs: true, es2021: true, }, extends: ["eslint:recommended", "prettier"], parserOptions: { ecmaVersion: 12, }, rules: {}, };