Skip to content

Commit

Permalink
build(eslint): remove markdown config 馃彈
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Jun 13, 2024
1 parent ac8dbe8 commit 2d362d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module.exports = {
browser: true,
jest: true,
},
extends: ['airbnb-base', 'plugin:markdown/recommended', 'plugin:prettier/recommended'],
plugins: ['prettier', 'markdown'],
extends: ['airbnb-base', 'plugin:prettier/recommended'],
plugins: ['prettier'],
rules: {
'prettier/prettier': 'error',
'no-console': 0,
Expand Down

0 comments on commit 2d362d3

Please sign in to comment.