Skip to content

Commit

Permalink
Merge pull request #15 from dkjensen/feature/modal-capture
Browse files Browse the repository at this point in the history
Feature/modal capture
  • Loading branch information
dkjensen authored Mar 11, 2024
2 parents 0930e4e + 3f0f0d5 commit cf177ce
Show file tree
Hide file tree
Showing 34 changed files with 16,155 additions and 42,647 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
]
],
"plugins": [
"transform-class-properties",
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-classes"
]
}
135 changes: 0 additions & 135 deletions .commitlintrc.js

This file was deleted.

1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ package-lock.json
package.json
phpcs.xml
phpunit.xml
stylelint.config.js
webpack.config.js
webpack.gutenberg.config.js
webpack.mix.js
8 changes: 4 additions & 4 deletions .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parser": "@babel/eslint-parser",
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
"extends": [ "plugin:@wordpress/eslint-plugin/recommended", "plugin:prettier/recommended" ],
"parserOptions": {
"babelOptions": {
"presets": ["@babel/preset-react"]
Expand All @@ -9,14 +9,14 @@
"env": {
"browser": true,
"es6": true,
"node": true,
"mocha": true
"node": true
},
"globals": {
"wp": true,
"wpApiSettings": true,
"window": true,
"document": true
"document": true,
"cartpdf": true
},
"rules": {
"object-curly-spacing": "warn",
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy

on:
pull_request:
branches:
- master
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ node_modules

# Compiled Files and Build Dirs #
##########
mix-manifest.json
README.html
build/
assets/
Expand Down
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

65 changes: 0 additions & 65 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit cf177ce

Please sign in to comment.