UNPKG
odinserv
Version:
latest (1.0.1)
1.0.1
1.0.0
A utility for valheim server and client featuring backup and restore functionality.
odinserv
/
.eslintrc.js
13 lines
(12 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
{
env:
{
node:
true
,
commonjs:
true
,
es2021:
true
, },
extends:
[
"eslint:recommended"
,
"prettier"
],
parserOptions:
{
ecmaVersion:
12
, },
rules:
{}, }
;