Skip to content

Commit 39183bf

Browse files
committed
refactor: lint
1 parent b76e081 commit 39183bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/lint/file.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,7 @@ export class LintFile {
381381

382382
// pre-parse package.json
383383
if ( path.basename( this.#absPath ) === "package.json" ) {
384-
res = this.#runJson( "lint", {
385-
"indent": editorConfig.indent_size,
386-
} );
384+
res = this.#runJson( "compress" );
387385

388386
if ( !res.ok ) return res;
389387
}

0 commit comments

Comments
 (0)