0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,394 stars (2,394 stars)368 forks (368 forks)batch import
help wanted
Description
Should allow us to use modern features
Contributor guide
- Tech stack
- javascript
- Domain
- build system
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Node.js and npmRollup bundler basicsBabel transpiler basicsBootlint project structure
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Examine the current build setup in bootlint's package.json and any build scripts. Identify which modern JavaScript features (e.g., ES modules, async/await) would be useful for the project. Propose a Rollup and Babel configuration that enables these features. Ensure the new build process integrates seamlessly with any existing linting or testing workflows.