We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a703d commit db92671Copy full SHA for db92671
icon-drag-and-drop-hosted/.eslintrc.js
@@ -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
@@ -0,0 +1 @@
+code.js
icon-drag-and-drop-hosted/manifest.json
@@ -8,5 +8,6 @@
"networkAccess": {
"allowedDomains": ["*"],
"reasoning": "localhost is used for development purposes only."
- }
+ "documentAccess": "dynamic-page"
}
0 commit comments