40thieves / webpack-sentry-plugin

Webpack plugin to upload source maps to Sentry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development tools behave unexpectedly

rhys-vdw opened this issue · comments

Trying to open a PR for #17. Linter is doing some weird stuff in my fork.

-> npm link

> webpack-sentry-plugin@1.9.2 prepublish /Users/rhys/Projects/usability-hub/webpack-sentry-plugin
> nps prepublish

nps is executing `prepublish`: nps validate && nps build
nps is executing `validate`: nps format lint test
nps is executing `format`: prettier-eslint --write "{src,test}/**/*.js"
● Validation Warning:

  Unknown option "semi" with value true was found.
  This is probably a typing mistake. Fixing it will remove this message.

● Validation Warning:

  Unknown option "useTabs" with value false was found.
  This is probably a typing mistake. Fixing it will remove this message.

● Validation Warning:

  Unknown option "semi" with value true was found.
  This is probably a typing mistake. Fixing it will remove this message.

● Validation Warning:

  Unknown option "useTabs" with value false was found.
  This is probably a typing mistake. Fixing it will remove this message.

● Validation Warning:

  Unknown option "semi" with value true was found.
  This is probably a typing mistake. Fixing it will remove this message.

● Validation Warning:

  Unknown option "useTabs" with value false was found.
  This is probably a typing mistake. Fixing it will remove this message.

● Validation Warning:

  Unknown option "semi" with value true was found.
  This is probably a typing mistake. Fixing it will remove this message.

● Validation Warning:

  Unknown option "useTabs" with value false was found.
  This is probably a typing mistake. Fixing it will remove this message.

...

After running any npm script command I get the above errors and end up with all the dangling commas stripped from the source files. For some reason prettier-eslint seems to be using the wrong config? Not sure what's going on here but it's annoying.