mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
Fix '@prettier/plugin-ruby' by adding Gemfile with syntax_tree
This commit is contained in:
parent
331434f855
commit
357f4847f8
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"bracketSameLine": true,
|
"bracketSameLine": true,
|
||||||
"endOfLine": "auto",
|
"endOfLine": "auto",
|
||||||
"insertPragma": true,
|
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@prettier/plugin-ruby",
|
"@prettier/plugin-ruby",
|
||||||
"prettier-plugin-sh"
|
"prettier-plugin-sh"
|
||||||
|
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.3.4
|
5
Gemfile
Normal file
5
Gemfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# @format
|
||||||
|
|
||||||
|
source "https://rubygems.org"
|
||||||
|
ruby file: ".ruby-version"
|
||||||
|
gem "syntax_tree"
|
19
Gemfile.lock
Normal file
19
Gemfile.lock
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
prettier_print (1.2.1)
|
||||||
|
syntax_tree (6.2.0)
|
||||||
|
prettier_print (>= 1.2.0)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
x86_64-linux
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
syntax_tree
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 3.3.4p94
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
2.5.11
|
Loading…
Reference in New Issue
Block a user