DEV: Update eslint config (#83)
This commit is contained in:
parent
87bbb544d0
commit
93842629a5
|
@ -1 +0,0 @@
|
|||
module.exports = require("@discourse/lint-configs/eslint-theme");
|
|
@ -0,0 +1,3 @@
|
|||
import DiscourseRecommendedTheme from "@discourse/lint-configs/eslint-theme";
|
||||
|
||||
export default [...DiscourseRecommendedTheme];
|
|
@ -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",
|
||||
|
|
784
pnpm-lock.yaml
784
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue