0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -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,
extends: [
'react-app',
'plugin:ghost/browser',
'plugin:cypress/recommended'
'plugin:ghost/browser'
],
plugins: [
'ghost',