-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57ce6e9
commit 57b2f44
Showing
27 changed files
with
37,901 additions
and
580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.wordpress-org/ export-ignore | ||
.gitignore export-ignore | ||
includes/analytics/README.md export-ignore | ||
includes/analytics/package.json export-ignore | ||
includes/analytics/package-lock.json export-ignore | ||
includes/analytics/node_modules/ | ||
includes/analytics/webpack.config.js | ||
includes/analytics/.prettierrc.json export-ignore | ||
includes/analytics/.gitignore export-ignore | ||
includes/analytics/.eslintrc.js export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module.exports = { | ||
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ], | ||
rules: { | ||
// temporary conversion to warnings until the below are all handled. | ||
'@wordpress/i18n-translator-comments': 'warn', | ||
'@wordpress/valid-sprintf': 'warn', | ||
'jsdoc/check-tag-names': [ | ||
'error', | ||
{ definedTags: [ 'jest-environment' ] }, | ||
], | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Directories/files that may be generated by this project | ||
node_modules/ | ||
dist | ||
build | ||
build-module | ||
build-style | ||
languages/* | ||
!languages/README.md | ||
|
||
# Directories/files that may appear in your environment | ||
.DS_Store | ||
Thumbs.db | ||
wp-cli.local.yml | ||
*.sql | ||
*.tar.gz | ||
*.tgz | ||
*.zip | ||
.idea | ||
.vscode/ | ||
|
||
# Composer | ||
/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"@wordpress/prettier-config" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# cog-analytics | ||
|
||
A WooCommerce Admin Extension | ||
|
||
## Development | ||
|
||
To get started, run the following commands: | ||
|
||
```text | ||
npm install | ||
npm start | ||
``` | ||
|
||
See [wp-scripts](https://github.com/WordPress/gutenberg/tree/master/packages/scripts) for more usage information. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => 'e06623fcff961b8387c9a9f416714cfd'); | ||
<?php return array('dependencies' => array('wc-currency', 'wp-hooks', 'wp-i18n'), 'version' => '2e8756213c4f67d66b71b6d38bab337b'); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.