Skip to content

Commit be93675

Browse files
committed
chore: refactor lint file results
1 parent 91a2b48 commit be93675

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/lint/file.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,6 @@ export class LintFile {
265265
this.#log = Boolean( log );
266266
}
267267

268-
// properties
269-
get cwd () {
270-
return this.#cwd;
271-
}
272-
273-
get path () {
274-
return this.#path;
275-
}
276-
277268
// public
278269
async run ( action ) {
279270
if ( !this.#file.path ) {

0 commit comments

Comments
 (0)