Skip to content

Commit 398b995

Browse files
committed
Use relative path.
1 parent 9719ced commit 398b995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lombiq.NodeJs.Extensions/eslint.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const compat = new FlatCompat({ baseDirectory: __dirname });
33

44
const eslintrc = compat.config({
55
// The following path may have to be adjusted to your directory structure.
6-
extends: 'config/.eslintrc.lombiq-base.js',
6+
extends: './config/.eslintrc.lombiq-base.js',
77

88
// Add custom rules and overrides here.
99
rules: {

0 commit comments

Comments
 (0)