Skip to content

Commit

Permalink
fix Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 1, 2024
1 parent 3599aa9 commit 8c9fb37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dev": "webpack --progress --watch --env development",
"profile": "webpack --env production --profile --json > profile/atkjs-bundle-profile.json",
"analyze-profile": "webpack-bundle-analyzer profile/atkjs-bundle-profile.json",
"lint": "eslint --ext .js,.vue . && stylelint \"../public/**/*.less\" && prettier --config .prettierrc.js --loglevel warn \"../public/**/*.less\" --check",
"lint-fix": "eslint --ext .js,.vue . --fix && stylelint \"../public/**/*.less\" --fix && prettier --config .prettierrc.js --loglevel warn \"../public/**/*.less\" --write"
"lint": "eslint --ext .js,.vue . && stylelint \"../public/**/*.less\" && prettier --config .prettierrc.js --log-level warn \"../public/**/*.less\" --check",
"lint-fix": "eslint --ext .js,.vue . --fix && stylelint \"../public/**/*.less\" --fix && prettier --config .prettierrc.js --log-level warn \"../public/**/*.less\" --write"
},
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion public/css/agileui.less
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ footer.atk-footer {
}

.atk-right-panel {
transition: box-shadow 0.2s, right 0.2s;
transition:
box-shadow 0.2s,
right 0.2s;
bottom: 0;
background-color: @atkSlidePanelColor;
box-shadow: 0 0 0 rgba(@black, 0%);
Expand Down
2 changes: 1 addition & 1 deletion public/css/agileui.min.css.map

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

0 comments on commit 8c9fb37

Please sign in to comment.