Closed piotr-s-brainhub closed 5 years ago
Could you lint the production code? Because now eslint checks only the test code.
You have to:
*.js
.eslintrc
npm run lint -- --fix
done. thanks for the heads up
Could you lint the production code? Because now eslint checks only the test code.
You have to:
*.js
in this line https://github.com/koajs/joi-router/blob/master/package.json#L16.eslintrc
file in the main directorynpm run lint -- --fix
)