You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.
Following the Code Style documentation for setting up ESLint dependencies/configuration resulted in the following error(s):
/app-name/client/main.js
1:1 error 'meteor' should be listed in the project's dependencies. Run 'npm i -S meteor' to add it import/no-extraneous-dependencies
2:1 error 'meteor' should be listed in the project's dependencies. Run 'npm i -S meteor' to add it import/no-extraneous-dependencies
/app-name/server/main.js
1:1 error 'meteor' should be listed in the project's dependencies. Run 'npm i -S meteor' to add it import/no-extraneous-dependencies
The result of installing the packages recommended by the Guide and copy pasting the ESLint configurations resulted in the following package.json:
Hmm, it seems that the various linting packages involved here have moved forwards and things aren't quite working right. I'm not quite sure what the correct solution is (would amazing if someone could figure it out!)
We are going to make many updates to the guide in the next weeks and it's better to focus on issues with recent activity. If you think this issue is still relevant please open a new one.
Following the Code Style documentation for setting up ESLint dependencies/configuration resulted in the following error(s):
The result of installing the packages recommended by the Guide and copy pasting the ESLint configurations resulted in the following package.json:
I'm currently on node v4.4.7 and npm v3.10.5, and Meteor 1.4.0.1. Do I need to override the airbnb configuration to ignore this error?
(The suggested command in the error message does not resolve the problem)
The text was updated successfully, but these errors were encountered: