Skip to content

Commit db92671

Browse files
committed
Update icon-drag-and-drop-hosted for DPL
1 parent 20a703d commit db92671

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/* eslint-env node */
2+
module.exports = {
3+
extends: [
4+
"eslint:recommended",
5+
"plugin:@typescript-eslint/recommended-type-checked",
6+
"plugin:@typescript-eslint/stylistic-type-checked",
7+
"plugin:@figma/figma-plugins/recommended",
8+
],
9+
parser: "@typescript-eslint/parser",
10+
parserOptions: {
11+
project: "./tsconfig.json",
12+
},
13+
root: true,
14+
};

icon-drag-and-drop-hosted/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
code.js

icon-drag-and-drop-hosted/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"networkAccess": {
99
"allowedDomains": ["*"],
1010
"reasoning": "localhost is used for development purposes only."
11-
}
11+
},
12+
"documentAccess": "dynamic-page"
1213
}

0 commit comments

Comments
 (0)