popcodeorg / popcodeorg/popcode

ESLint

Open
#317 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
JavaScript
Stars
191
Forks
143
Avg merge
4d 11h
Merged PRs (30d)
5

Description

Add ESLint as a JavaScript validator. ESLint is very good at linting. Unfortunately it is not very good at providing useful parse error messages, which JSHint is. So we probably need to use both in concert.

At that point we can include extra validation for libraries being used, e.g. eslint-plugin-lodash, eslint-plugin-angular, eslint-plugin-react (where is the one for jQuery though???)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by locating the existing JavaScript validation and JSHint integration, then determine how ESLint and library-specific plugins should work together. Done means ESLint is incorporated with useful parse-error handling and the requested library validation scope is agreed.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.