mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +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.'
|
||||
},
|
||||
{
|
||||
name: path.resolve(__dirname, 'core/server/**'),
|
||||
name: path.resolve(__dirname, 'core/frontend/**'),
|
||||
message: 'Invalid require of core/frontend from core/shared.'
|
||||
}
|
||||
]]
|
||||
|
Loading…
Reference in New Issue
Block a user