package boilerplate

This commit is contained in:
Paul Sealock 2022-04-19 15:23:52 +12:00
parent 1c838e5bb0
commit 8be1d9f7be
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,4 @@
module.exports = {
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ],
root: true,
};

View File

@ -0,0 +1 @@
package-lock=false

View File

@ -0,0 +1,5 @@
# Unreleased
# 0.1.0
- Released package

View File

@ -0,0 +1,14 @@
{
"root": "packages/js/e2e-builds",
"sourceRoot": "packages/js/e2e-builds",
"projectType": "library",
"targets": {
"changelog": {
"executor": "./tools/executors/changelogger:changelog",
"options": {
"action": "add",
"cwd": "packages/js/e2e-builds"
}
}
}
}