We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9719ced commit 398b995Copy full SHA for 398b995
Lombiq.NodeJs.Extensions/eslint.config.cjs
@@ -3,7 +3,7 @@ const compat = new FlatCompat({ baseDirectory: __dirname });
3
4
const eslintrc = compat.config({
5
// The following path may have to be adjusted to your directory structure.
6
- extends: 'config/.eslintrc.lombiq-base.js',
+ extends: './config/.eslintrc.lombiq-base.js',
7
8
// Add custom rules and overrides here.
9
rules: {
0 commit comments