Sign in
appsheet-third-party
/
jquery
/
refs/heads/main
/
.
/
.eslintrc-node.json
blob: df9cc24cfd1faad0cc7c8ed5046d1f60307922fe [
file
] [
log
] [
blame
] [
edit
]
{
"root"
:
true
,
"extends"
:
"jquery"
,
"reportUnusedDisableDirectives"
:
true
,
"parserOptions"
:
{
"ecmaVersion"
:
2017
},
"env"
:
{
"es6"
:
true
,
"node"
:
true
},
"rules"
:
{
"strict"
:
[
"error"
,
"global"
]
}
}