Skip to content

Commit

Permalink
chore: add name to recommended config preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored and JounQin committed Jan 16, 2025
1 parent df123a5 commit 3f527c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const eslintPluginPrettier = require('./eslint-plugin-prettier');
// Merge the contents of eslint-config-prettier into every
module.exports = {
...eslintConfigPrettier,
name: 'prettier/recommended',
plugins: {
...eslintConfigPrettier.plugins,
prettier: eslintPluginPrettier,
Expand Down

0 comments on commit 3f527c5

Please sign in to comment.