Skip to content

Commit

Permalink
DEV: Update linting (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Nov 20, 2024
1 parent 02f543f commit e91ff22
Show file tree
Hide file tree
Showing 2 changed files with 742 additions and 733 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"devDependencies": {
"@babel/parser": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/traverse": "^7.24.8",
"@babel/types": "^7.24.8",
"@discourse/lint-configs": "2.0.1",
"content-tag": "^2.0.1",
"@babel/parser": "^7.26.2",
"@babel/preset-env": "^7.26.0",
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.26.0",
"@discourse/lint-configs": "2.2.0",
"content-tag": "^2.0.3",
"ember-template-lint": "6.0.0",
"eslint": "9.14.0",
"prettier": "2.8.8",
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"prettier": "2.8.8"
},
"engines": {
"node": ">= 18",
Expand Down
Loading

0 comments on commit e91ff22

Please sign in to comment.