Coder Social home page Coder Social logo

ideas's Introduction

ideas's People

Contributors

wooorm avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ideas's Issues

Support for more ESLint reporters

Subject of the feature

Support for ESLint Reporter

Problem

i see that some reporters are written in a way that they "just" wrap eslint reporters (for example vfile-reporter-pretty, vfile-reporter-junit)

Expected behavior

  • i should use an eslint reporter without wrapping it (autodetect if it is an eslint reporter)
  • or use an new option --eslint-report

Alternatives

  • create for an ESLint reporter also an vFile Reporter
  • extend vfile-to-eslint with an option reporter=eslint-reporter-name

vFile set

A standard collection of files for reuse in other abstractions.

vFile cache

Determines which files in a vFile set (#1) can be have their results reused and which cannot.

Base support

Stuff like gulp also supports a base (often similar to cwd) of files.
In gulp, files are read from globs (say foo/bar/**/*.js). The base is the stuff before the glob starts (so foo/bar/). And in gulp, when writing files to another folder (baz), the base is stripped and the given folder is used before the matched file (such as baz/qux.js and baz/qux/quux.js).

I feel that currently .cwd is used where actually a .base would be more apt.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.