Skip to content

Commit

Permalink
Merge pull request #50 from plone/fixeslintvolto-slatepath
Browse files Browse the repository at this point in the history
Fix volto-slate path in eslint
  • Loading branch information
sneridagh authored Jul 4, 2024
2 parents 5979a0b + 0e38e37 commit aee0d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions frontend_addon/{{ cookiecutter.__folder_name }}/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ module.exports = {
alias: {
map: [
['@plone/volto', `${coreLocation}/packages/volto/src`],
[
'@plone/volto-slate',
`${coreLocation}/core/packages/volto-slate/src`,
],
['@plone/volto-slate', `${coreLocation}/packages/volto-slate/src`],
['@plone/registry', `${coreLocation}/packages/registry/src`],
[
'{{ cookiecutter.__npm_package_name }}',
Expand Down
1 change: 1 addition & 0 deletions frontend_addon/{{ cookiecutter.__folder_name }}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ core
node_modules
results
yarn.lock
/public

0 comments on commit aee0d59

Please sign in to comment.