Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Nov 16, 2022
1 parent b308f67 commit 7a4246c
Show file tree
Hide file tree
Showing 14 changed files with 36,935 additions and 36,542 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
craft_version: '4'
jobs: '["ecs", "phpstan", "prettier"]'
notify_slack: true
slack_subteam: <!subteam^S01CWPYH9D5>
slack_subteam: <!subteam^SGFL9NKNZ>
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
slack_webhook_url: ${{ secrets.SLACK_PLUGIN_WEBHOOK_URL }}
slack_webhook_url: ${{ secrets.SLACK_PLUGIN_WEBHOOK_URL }}
9 changes: 9 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.md
*.php
composer.lock
cpresources/*
lib/*
src/templates/*
src/web/assets/**/dist/*
tests/_craft/*
vendor/*
5 changes: 5 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"bracketSpacing": false,
"vueIndentScriptAndStyle": true
}
18 changes: 9 additions & 9 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
actor: Tester
bootstrap: _bootstrap.php
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
colors: true
memory_limit: 1024M
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
enabled:
- Codeception\Extension\RunFailed
params:
- tests/_craft/.env
modules:
Expand Down
140 changes: 70 additions & 70 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
{
"name": "craftcms/feed-me",
"description": "Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"feed me"
],
"license": "proprietary",
"authors": [
{
"name": "Pixel & Tonic",
"homepage": "https://pixelandtonic.com/"
},
{
"name": "Verbb",
"homepage": "https://verbb.io"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/craftcms/feed-me/issues?state=open",
"source": "https://github.com/craftcms/feed-me",
"docs": "https://docs.craftcms.com/feed-me/v4/",
"rss": "https://github.com/craftcms/feed-me/commits/master.atom"
"name": "craftcms/feed-me",
"description": "Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"feed me"
],
"license": "proprietary",
"authors": [
{
"name": "Pixel & Tonic",
"homepage": "https://pixelandtonic.com/"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-RC2",
"cakephp/utility": "^3.3.12",
"jakeasmith/http_build_url": "^1.0",
"nesbot/carbon": "^1.22 || ^2.10",
"league/csv": "^8.2 || ^9.0",
"seld/jsonlint": "^1.7"
},
"require-dev": {
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"codeception/codeception": "^4.0.0",
"codeception/module-asserts": "^1.3"
},
"autoload": {
"psr-4": {
"craft\\feedme\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"craft\\feedme\\tests\\": "tests/"
}
},
"extra": {
"name": "Feed Me",
"handle": "feed-me",
"documentationUrl": "https://docs.craftcms.com/feed-me/v4/"
},
"scripts": {
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix",
"phpstan": "phpstan --memory-limit=1G"
{
"name": "Verbb",
"homepage": "https://verbb.io"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/craftcms/feed-me/issues?state=open",
"source": "https://github.com/craftcms/feed-me",
"docs": "https://docs.craftcms.com/feed-me/v4/",
"rss": "https://github.com/craftcms/feed-me/commits/master.atom"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-RC2",
"cakephp/utility": "^3.3.12",
"jakeasmith/http_build_url": "^1.0",
"nesbot/carbon": "^1.22 || ^2.10",
"league/csv": "^8.2 || ^9.0",
"seld/jsonlint": "^1.7"
},
"require-dev": {
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"codeception/codeception": "^4.0.0",
"codeception/module-asserts": "^1.3"
},
"autoload": {
"psr-4": {
"craft\\feedme\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"craft\\feedme\\tests\\": "tests/"
}
},
"extra": {
"name": "Feed Me",
"handle": "feed-me",
"documentationUrl": "https://docs.craftcms.com/feed-me/v4/"
},
"scripts": {
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix",
"phpstan": "phpstan --memory-limit=1G"
},
"config": {
"platform": {
"php": "8.0.2"
},
"config": {
"platform": {
"php": "8.0.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading

0 comments on commit 7a4246c

Please sign in to comment.