Skip to content

Commit 8a40f69

Browse files
authored
Merge pull request #1027 from RobBrazier/renovate/major-linting
chore(deps): update linting to v3 (major)
2 parents cee7213 + 2524e61 commit 8a40f69

4 files changed

Lines changed: 23 additions & 24 deletions

File tree

.prettierrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"trailingComma": "none",
55
"printWidth": 100,
66
"plugins": ["prettier-plugin-svelte"],
7-
"pluginSearchDirs": ["."],
87
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
98
"svelteSortOrder": "markup-styles-scripts-options"
109
}

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"package": "svelte-kit sync && svelte-package",
1616
"preview": "vite preview",
1717
"icons": "node .github/scripts/generate-icons",
18-
"lint": "prettier --plugin-search-dir . --check .",
19-
"format": "prettier --plugin-search-dir . --write .",
18+
"lint": "prettier --check .",
19+
"format": "prettier --write .",
2020
"test": "npm run lint",
2121
"changelog": "auto-changelog -p && git add CHANGELOG.md",
2222
"version:major": "release-it major --ci",
@@ -39,8 +39,8 @@
3939
"change-case": "^5.0.1",
4040
"font-awesome": "^4.7.0",
4141
"patch-module": "^0.1.0",
42-
"prettier": "^2.4.1",
43-
"prettier-plugin-svelte": "^2.4.0",
42+
"prettier": "^3.0.0",
43+
"prettier-plugin-svelte": "^3.0.0",
4444
"release-it": "^15.0.0",
4545
"svelte": "^3.46.2",
4646
"svelte-check": "^3.0.4",

src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

0 commit comments

Comments
 (0)