We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d0472 commit 505408fCopy full SHA for 505408f
jQuery/.prettierignore
@@ -1,3 +1,4 @@
1
*.js
2
*.css
3
.github
4
+src/images
jQuery/package.json
@@ -5,7 +5,7 @@
5
"start": "npm run lite",
6
"build": "npm run lint",
7
"lite": "lite-server -c ./bs-config.json",
8
- "lint-html": "prettier --check src/*",
+ "lint-html": "prettier --check src/*.html",
9
"lint-js": "eslint --ext .js .",
10
"lint-css": "stylelint src/**/*.css --allow-empty-input",
11
"lint": "npm-run-all -p -c lint-js lint-css lint-html"
@@ -24,9 +24,9 @@
24
"stylelint-config-standard": "^33.0.0"
25
},
26
"dependencies": {
27
- "browser-sync": "^3.0.2",
28
"devextreme": "25.1.3",
29
"devextreme-dist": "25.1.3",
+ "browser-sync": "^3.0.2",
30
"jquery": "^3.7.1"
31
}
32
0 commit comments