Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"lint:admin": [
"@npm:jest run lint",
"@npm:admin run lint",
"@npm:admin run lint:types",
"@npm:acceptance run lint",
"@npm:admin run lint:scss"
],
Expand Down
111 changes: 111 additions & 0 deletions src/Resources/app/administration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/Resources/app/administration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "MIT",
"scripts": {
"lint": "eslint --ext .js,.ts,.vue,.html,.html.twig .",
"lint:types": "tsc --noEmit 2>&1 | grep -E '^src/' && exit 1 || exit 0",
Comment thread
larskemper marked this conversation as resolved.
Outdated
"lint:fix": "npm run lint -- --fix",
"lint:scss": "stylelint ./**/*.scss",
"lint:scss:fix": "npm run lint:scss -- --fix",
Expand All @@ -15,6 +16,7 @@
},
"devDependencies": {
"@shopware-ag/eslint-config-base": "2.0.0",
"axios": "0.30.3",
Comment thread
MalteJanz marked this conversation as resolved.
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"eslint": "8.57.1",
Expand Down
Loading
Loading