Skip to content

Commit

Permalink
[Prettier] optional preference to use Tabs + remove Preferences type …
Browse files Browse the repository at this point in the history
…as it is auto-generated (raycast#14484)

* [Prettier] optional preference to use Tabs + remove Preferences type

* [Prettier] remove tabs and turn into maintenance release

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>
  • Loading branch information
xmok and raycastbot authored Oct 2, 2024
1 parent 58a258a commit 2efd75e
Show file tree
Hide file tree
Showing 13 changed files with 703 additions and 425 deletions.
8 changes: 1 addition & 7 deletions extensions/prettier/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
"extends": ["@raycast"]
}
7 changes: 6 additions & 1 deletion extensions/prettier/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
/node_modules

# misc
.DS_Store
.DS_Store
raycast-env.d.ts

.raycast-swift-build
.swiftpm
compiled_raycast_swift
2 changes: 2 additions & 0 deletions extensions/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Prettier Changelog

## [Maintenance Release] - 2024-10-02

## [New Icon] - 2023-04-25

## [Add support for new commands and config options] - 2023-04-21
Expand Down
Loading

0 comments on commit 2efd75e

Please sign in to comment.