Initial Commit Svelte Sample

This commit is contained in:
2026-01-22 23:35:32 -06:00
commit 42882a3155
14 changed files with 8107 additions and 0 deletions

11
.eslintrc Normal file
View File

@@ -0,0 +1,11 @@
{
"env": {
"node": true
},
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["n","@servicenow/sdk-app-plugin"],
"extends": ["plugin:@servicenow/sdk-app-plugin/recommended"]
}