0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Removed use of Cypress eslint plugin

refs 13d3d0cde6

- we removed cypress in the referenced commit so this is no longer
  needed
This commit is contained in:
Daniel Lockyer 2023-06-21 17:18:00 +02:00
parent 0f86300757
commit 2df3caa159

View file

@ -3,8 +3,7 @@ module.exports = {
root: true, root: true,
extends: [ extends: [
'react-app', 'react-app',
'plugin:ghost/browser', 'plugin:ghost/browser'
'plugin:cypress/recommended'
], ],
plugins: [ plugins: [
'ghost', 'ghost',