Skip to content

Commit

Permalink
Why isn't linting working?
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 23, 2025
1 parent c9d0c1a commit 2c59b5b
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 41 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@glimmer-workspace/node-tests",
"name": "@glimmer-workspace/integration-node-tests",
"version": "0.92.0",
"type": "module",
"private": true,
"repo-meta": {
"strictness": "loose",
"lint": [
"tests/**/*"
]
},
"scripts": {
"test:lint": "eslint . --quiet",
"test:node": "vitest --run"
Expand Down
195 changes: 155 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c59b5b

Please sign in to comment.