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:
parent
0f86300757
commit
2df3caa159
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ module.exports = {
|
|||
root: true,
|
||||
extends: [
|
||||
'react-app',
|
||||
'plugin:ghost/browser',
|
||||
'plugin:cypress/recommended'
|
||||
'plugin:ghost/browser'
|
||||
],
|
||||
plugins: [
|
||||
'ghost',
|
||||
|
|
Loading…
Add table
Reference in a new issue