ProjectMirador / research-and-demos

Proofs of concept for Mirador 3
10 stars 8 forks source link

ESLint currently runs against the bundle #37

Closed sdellis closed 6 years ago

sdellis commented 6 years ago

We'll want to exclude this file from linting: research-and-demos/minimal_redux_poc/__tests__/integration/react-example/test-react.build.js

mejackreed commented 6 years ago

We have the eslintignore file which is being respected: https://github.com/ProjectMirador/research-and-demos/blob/master/minimal_redux_poc/.eslintignore

sdellis commented 6 years ago

This was due to my repo being in a bad git state. Running git clean fixed it.