Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
reusify
/
eslint.config.js
blob: d0a9af62bf268261a317a0a211d63a9dde85dda3 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
const
base
=
require
(
'neostandard'
)({})
module
.
exports
=
[
...
base
,
{
name
:
'old-standard'
,
rules
:
{
'no-var'
:
'off'
,
'object-shorthand'
:
'off'
,
}
}
]