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:
parent
0f86300757
commit
2df3caa159
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue