11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module"
|
|
},
|
|
"plugins": ["n","@servicenow/sdk-app-plugin"],
|
|
"extends": ["plugin:@servicenow/sdk-app-plugin/recommended"]
|
|
} |