Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Nov 26, 2024
1 parent 3a79428 commit 21659f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import jsonPlugin from 'eslint-plugin-json';

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const jsonConfig = jsonPlugin.configs['recommended'];
const gitignorePath = resolve(__dirname, '.gitignore');

export default [
Expand All @@ -26,5 +27,5 @@ export default [
}
}
},
jsonPlugin.configs['recommended']
jsonConfig
];

0 comments on commit 21659f5

Please sign in to comment.