Skip to content

Commit

Permalink
bunch of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Johnson-Williams committed May 2, 2024
1 parent b26ee42 commit 18cfca6
Show file tree
Hide file tree
Showing 12 changed files with 708 additions and 708 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/** @type { import("eslint").Linter.Config } */
module.exports = {
root: true,
extends: ['eslint:recommended', 'plugin:svelte/recommended', 'prettier'],
extends: ["eslint:recommended", "plugin:svelte/recommended", "prettier"],
parserOptions: {
sourceType: 'module',
sourceType: "module",
ecmaVersion: 2020,
extraFileExtensions: ['.svelte']
extraFileExtensions: [".svelte"]
},
env: {
browser: true,
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useTabs": true,
"singleQuote": true,
"singleQuote": false,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
Expand Down
2 changes: 1 addition & 1 deletion src/app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ declare namespace App {
// interface Platform {}
}

declare module 'nearest-color';
declare module "nearest-color";
Loading

0 comments on commit 18cfca6

Please sign in to comment.