Skip to content

Commit

Permalink
Move files from eslint-plugin-ember
Browse files Browse the repository at this point in the history
  • Loading branch information
vstefanovic97 committed Dec 18, 2023
1 parent 0128607 commit 1488d82
Show file tree
Hide file tree
Showing 11 changed files with 985 additions and 151 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "ISC",
"author": "",
"main": "src.gjs-ts-parser.js",
"main": "src/parser/gjs-ts-parser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
Expand All @@ -25,5 +25,13 @@
"jest": "^29.7.0",
"prettier": "^3.1.1",
"release-plan": "^0.5.0"
},
"dependencies": {
"@babel/eslint-parser": "^7.23.3",
"@glimmer/syntax": "^0.85.13",
"@typescript-eslint/scope-manager": "^6.15.0",
"content-tag": "^1.2.2",
"eslint-scope": "^7.2.2",
"html-tags": "^3.3.1"
}
}
Loading

0 comments on commit 1488d82

Please sign in to comment.