DEV: Update linting (#45)

This commit is contained in:
Jarek Radosz 2024-01-24 22:01:02 +01:00 committed by GitHub
parent 356991951a
commit f1c7ada263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@ GEM
json (2.7.1) json (2.7.1)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
parallel (1.24.0) parallel (1.24.0)
parser (3.3.0.4) parser (3.3.0.5)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
prettier_print (1.2.1) prettier_print (1.2.1)
@ -13,7 +13,7 @@ GEM
rainbow (3.1.1) rainbow (3.1.1)
regexp_parser (2.9.0) regexp_parser (2.9.0)
rexml (3.2.6) rexml (3.2.6)
rubocop (1.60.0) rubocop (1.60.2)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -50,4 +50,4 @@ DEPENDENCIES
syntax_tree syntax_tree
BUNDLED WITH BUNDLED WITH
2.5.4 2.5.5

View File

@ -1,5 +1,4 @@
{ {
"name": "TODO",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@discourse/lint-configs": "^1.3.5", "@discourse/lint-configs": "^1.3.5",