Skip to content

Commit

Permalink
fix: add eslint-config-prettier as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Oct 24, 2023
1 parent 9b1c721 commit 35363bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"peerDependencies": {
"@types/eslint": ">=8.0.0",
"eslint": ">=8.0.0",
"eslint-config-prettier": ">=9.0.0",
"prettier": ">=3.0.0"
},
"peerDependenciesMeta": {
Expand Down
1 change: 0 additions & 1 deletion recommended.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

const prettier = require('./eslint-plugin-prettier');
// eslint-disable-next-line n/no-unpublished-require
const prettierConfig = require('eslint-config-prettier');

module.exports = {
Expand Down

0 comments on commit 35363bb

Please sign in to comment.