Skip to content

Commit

Permalink
fixed eslint analyzing twgsl file
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed Dec 16, 2023
1 parent 7b73cdf commit b92048b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"test": "jest --coverage",
"doc": "typedoc src/ts/**/*.ts --out docs",
"lint:check": "eslint src/ts",
"lint:fix": "eslint src/ts --fix"
"lint:check": "eslint src/ts/**/*.ts",
"lint:fix": "eslint src/ts/**/*.ts --fix"
}
}

0 comments on commit b92048b

Please sign in to comment.