Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
fix: slight grammar fix in warning message
Browse files Browse the repository at this point in the history
Note: The following breaking change was implemented and documented in
3e6355b, before `semantic-release` was brought in.

BREAKING CHANGE:

The `executablePath` setting has been removed and is no longer
available. `linter-pug` will now use your project's local `pug-lint`
when one can be found using the standard `require.resolve`
implementation. If one can't be found local to your project then the
bundled one will be used as a fallback.
  • Loading branch information
Arcanemagus committed Jan 4, 2018
1 parent 91d763e commit 5702ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
{
detail: 'linter-pug has moved to the Node.js API for pug-lint and ' +
"will now use a project's local instance where possible, falling " +
'back to a bundled version of pug-lint where none is found.',
'back to a bundled version of pug-lint if none is found.',
},
);
atom.config.unset('linter-pug.executablePath');
Expand Down

0 comments on commit 5702ee3

Please sign in to comment.