16 lines
222 B
Plaintext
16 lines
222 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"plugin:node/recommended",
|
||
|
"airbnb-base",
|
||
|
"../.eslintrc"
|
||
|
],
|
||
|
"plugins": ["node", "jest"],
|
||
|
"env": {
|
||
|
"jest/globals": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"page": true,
|
||
|
"browser": true
|
||
|
}
|
||
|
}
|