We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1151ea + 249deae commit 3865576Copy full SHA for 3865576
.npmrc
@@ -1,3 +1,4 @@
1
+# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/npm/.npmrc
2
# See: https://docs.npmjs.com/cli/configuring-npm/npmrc
3
4
engine-strict=true
Taskfile.yml
@@ -11,6 +11,7 @@ vars:
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/release-go-task/Taskfile.yml
12
PROJECT_NAME: "arduino-lint"
13
DIST_DIR: "dist"
14
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
15
# Path of the project's primary Go module:
16
DEFAULT_GO_MODULE_PATH: .
17
DEFAULT_GO_PACKAGES: |
0 commit comments