Consider removing linter tasks from the generated project
See original GitHub issueCurrently 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:
- Created 5 years ago
- Comments:12 (12 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@cemremengu would you like to send a PR to remove the linter from package.json of the generated app?
This is landed in #95.