File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Lombiq.NodeJs.Extensions/config/consumer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11const fs = require ( 'fs' ) ;
22const { FlatCompat } = require ( '@eslint/eslintrc' ) ;
3- const compat = new FlatCompat ( { baseDirectory : __dirname } ) ;
43
4+ const compat = new FlatCompat ( { baseDirectory : __dirname } ) ;
55let eslintrc = compat . config ( {
66 // The following path may have to be adjusted to your directory structure.
77 extends : './src/Utilities/Lombiq.NodeJs.Extensions/Lombiq.NodeJs.Extensions/config/.eslintrc.lombiq-base.js' ,
@@ -15,4 +15,4 @@ if (fs.existsSync('./.eslintrc.js')) {
1515 eslintrc = require ( './.eslintrc.js' ) ;
1616}
1717
18- module . exports = [ ...eslintrc ] ;
18+ module . exports = [ ...eslintrc ] ;
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ if (fs.existsSync('./.eslintrc.js')) {
1515 eslintrc = require ( './.eslintrc.js' ) ;
1616}
1717
18- module . exports = [ ...eslintrc ] ;
18+ module . exports = [ ...eslintrc ] ;
You can’t perform that action at this time.
0 commit comments