UNPKG
fzo
Version:
latest (0.1.3)
0.1.3
0.1.2
0.0.2
0.0.1
fzo is simply freeze object library
github.com/rewrite0w0/fzo
rewrite0w0/fzo
fzo
/
.eslintrc.js
14 lines
(13 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
env:
{
browser:
true
,
es2021:
true
,
node:
true
, },
extends:
'eslint:recommended'
,
parserOptions:
{
ecmaVersion:
'latest'
,
sourceType:
'module'
, },
rules:
{}, }
;