9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"node": false,
|
||
|
},
|
||
|
"globals": {
|
||
|
// Allow the `module` global, but not the `require(…)` function
|
||
|
"module": false,
|
||
|
},
|
||
|
}
|