addons-linter: Warn about unknown manifest keys

Describe the problem and steps to reproduce it:

  • Create an extension with manifest that has an unsupported key, such as comands instead of commands.
  • Run the linter

What happened?

It should warn you that the key is unknown.

What did you expect to happen?

Nothing happened. The linter reported no errors, warnings, or notices.

Anything else we should know?

Chrome warns you about it like this in the extension panel: screenshot 2016-12-14 15 47 02

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 17 (13 by maintainers)

Most upvoted comments

@Divya063 as mentioned in another issue, did you run npm install in your local checkout to update all dependencies? This error should have been fixed in the most recent eslint upgrade.