Skip to content

Commit 505408f

Browse files
Fix lint issues for jQuery
1 parent 37d0472 commit 505408f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jQuery/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.js
22
*.css
33
.github
4+
src/images

jQuery/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "npm run lite",
66
"build": "npm run lint",
77
"lite": "lite-server -c ./bs-config.json",
8-
"lint-html": "prettier --check src/*",
8+
"lint-html": "prettier --check src/*.html",
99
"lint-js": "eslint --ext .js .",
1010
"lint-css": "stylelint src/**/*.css --allow-empty-input",
1111
"lint": "npm-run-all -p -c lint-js lint-css lint-html"
@@ -24,9 +24,9 @@
2424
"stylelint-config-standard": "^33.0.0"
2525
},
2626
"dependencies": {
27-
"browser-sync": "^3.0.2",
2827
"devextreme": "25.1.3",
2928
"devextreme-dist": "25.1.3",
29+
"browser-sync": "^3.0.2",
3030
"jquery": "^3.7.1"
3131
}
3232
}

0 commit comments

Comments
 (0)