UNPKG
@carto/ps-style-guide
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
1.0.0-canary.5
1.0.0-canary.4
1.0.0-canary.3
1.0.0-canary.2
1.0.0-canary.1
1.0.0-canary.0
CARTO's engineering style guide for Professional Services
@carto/ps-style-guide
/
src
/
eslint
/
node.js
17 lines
(15 loc)
•
292 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import
_base
from
'./_base.js'
import
globals
from
'globals'
/** @
type
{
import
(
'eslint'
).Linter.Config[]} */ export default [ ..._base, { name:
'node'
, languageOptions: {
globals
: { ...
globals
.node, ...
globals
[
'shared-node-browser'
], }, }, }, ]