mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(core): Add lint check for core (#17223)
The prefer-primordials lint was skipped for `core/*.js`.
This commit is contained in:
parent
87c2493855
commit
7b6339da6a
4 changed files with 27 additions and 12 deletions
|
@ -89,7 +89,8 @@ async function dlintPreferPrimordials() {
|
|||
const sourceFiles = await getSources(ROOT_PATH, [
|
||||
"runtime/**/*.js",
|
||||
"ext/**/*.js",
|
||||
"core/**/*.js",
|
||||
"core/*.js",
|
||||
":!:core/*_test.js",
|
||||
":!:core/examples/**",
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue