question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider removing linter tasks from the generated project

See original GitHub issue

Currently the cli generates a project with the standardjs linting. However, most people is probably using eslint (I suppose). So I believe that the cli should support one of the following:

a) A generator option with eslint config (maybe just use airbnb preset) b) A bare and unopinionated generator in terms of linting (Simpler)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
mcollinacommented, Aug 24, 2018

@cemremengu would you like to send a PR to remove the linter from package.json of the generated app?

0reactions
mcollinacommented, Aug 26, 2018

This is landed in #95.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[RFC]: Linting Generated Files #6223 - redwoodjs/redwood
The 'easy' way is to run yarn rw lint --fix on all generated files (with an option to disable). Lint generated files #6218...
Read more >
Gradle build: Execution failed for task ':app:lint' - Stack Overflow
Run with --info or --debug option to get more log output. BUILD FAILED Total time: 4.197 secs Lint found errors in the project;...
Read more >
How To Lint and Format Code with ESLint in Visual Studio Code
ESLint is a linter that you can integrate into your Visual Studio Code setup in order to ensure code integrity. In this tutorial,...
Read more >
Improve your code with lint checks - Android Developers
The lint tool checks your Android project source files for potential bugs and optimization improvements for correctness, security, performance, usability, ...
Read more >
Configuration - golangci-lint
Table of Contents. Config File; run configuration; output configuration; linters-settings configuration; linters configuration; issues configuration; severity ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found