mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Fixed incorrect eslint rule config
This commit is contained in:
parent
c3f2d1e919
commit
857a6975d0
@ -31,7 +31,7 @@ module.exports = {
|
|||||||
message: 'Invalid require of core/server from core/shared.'
|
message: 'Invalid require of core/server from core/shared.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: path.resolve(__dirname, 'core/server/**'),
|
name: path.resolve(__dirname, 'core/frontend/**'),
|
||||||
message: 'Invalid require of core/frontend from core/shared.'
|
message: 'Invalid require of core/frontend from core/shared.'
|
||||||
}
|
}
|
||||||
]]
|
]]
|
||||||
|
Loading…
Reference in New Issue
Block a user