mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed incorrect eslint rule config
This commit is contained in:
parent
c3f2d1e919
commit
857a6975d0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue