Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ESLint issues #146

Open
DavidBruant opened this issue Dec 8, 2015 · 1 comment
Open

Fix ESLint issues #146

DavidBruant opened this issue Dec 8, 2015 · 1 comment

Comments

@DavidBruant
Copy link
Contributor

For #145 I had to jump over a handful of eslint errors. Let's fix them. Please all enable eslint in your local machine (npm install should trigger the necessary hooks for this to happen)

@DavidBruant
Copy link
Contributor Author

/home/david/projects/6element/server/database/models/places.js
    5:5   error  "hstore" is defined but never used   no-unused-vars
  113:48  error  Expected '===' and instead saw '=='  eqeqeq

/home/david/projects/6element/server/searchFiles.js
  62:80  error  Unexpected trailing comma  comma-dangle

/home/david/projects/6element/src/js/prepareServerAPI.js
  13:2  error  Unnecessary semicolon  no-extra-semi

✖ 4 problems (4 errors, 0 warnings)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant