Skip to content

Commit 62a8ded

Browse files
authored
Merge pull request #5 from troychaplin/refactor/setup
Refactor/setup
2 parents b77b851 + 842c483 commit 62a8ded

32 files changed

Lines changed: 321 additions & 300 deletions

.stylelintignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build/
2+
node_modules/
3+
vendor/
4+
*.min.css
5+
*.min.scss

.stylelintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": ["@wordpress/stylelint-config/scss"],
3+
"rules": {
4+
"at-rule-empty-line-before": null,
5+
"at-rule-no-unknown": null,
6+
"rule-empty-line-before": null,
7+
"selector-class-pattern": null,
8+
"scss/at-rule-no-unknown": true
9+
}
10+
}

build/block.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

build/blocks-manifest.php

Lines changed: 0 additions & 35 deletions
This file was deleted.

build/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => 'ef033ea779e09cc8622b');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => '8329a80772c4c16c8436');

build/priority-editor.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/priority-plus-nav.asset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array(), 'version' => '51fcd302839f0a1322ce');

0 commit comments

Comments
 (0)