Skip to content

Commit

Permalink
DEV: Update eslint config (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Nov 19, 2024
1 parent 7d8ee78 commit a4541c7
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 393 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import DiscourseRecommendedTheme from "@discourse/lint-configs/eslint-theme";

export default [...DiscourseRecommendedTheme];
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"private": true,
"devDependencies": {
"@discourse/lint-configs": "1.4.2",
"@discourse/lint-configs": "2.0.1",
"ember-template-lint": "6.0.0",
"eslint": "8.57.1",
"prettier": "2.8.8",
"@babel/plugin-proposal-decorators": "^7.25.7"
"eslint": "9.14.0",
"prettier": "2.8.8"
},
"engines": {
"node": ">= 18",
Expand Down
Loading

0 comments on commit a4541c7

Please sign in to comment.