Dilettantes-Guide-to-Linting

Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony. (by connorrose)

Dilettantes-Guide-to-Linting Alternatives

Similar projects and alternatives to Dilettantes-Guide-to-Linting

connorrose
Dilettantes-Guide-to-Linting
  1. javascript

    JavaScript Style Guide

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. eslint-plugin-react

    React-specific linting rules for ESLint

  4. eslint-config-prettier

    Turns off all rules that are unnecessary or might conflict with Prettier.

  5. eslint-plugin-prettier

    ESLint plugin for Prettier formatting

  6. prettier-standard

    Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)

  7. pokepicross

    Retrospective on Hacking a Game Boy game

  8. prettier

    Prettier is an opinionated code formatter. (by btmills)

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. cra-template-typescript

    Discontinued A custom TypeScript template for Create React App using the Airbnb style guide and additional tooling.

  11. laravel-examples

    ⚙️ Laravel PHP Framework Examples & Recipes

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Dilettantes-Guide-to-Linting alternative or higher similarity.

Dilettantes-Guide-to-Linting discussion

Log in or Post with

Dilettantes-Guide-to-Linting reviews and mentions

Posts with mentions or reviews of Dilettantes-Guide-to-Linting. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-09-07.
  • A Dilettante's Guide to Linting: Addendum
    7 projects | dev.to | 7 Sep 2020
    As discussed, Prettier doesn't let us do a whole lot of configuration. We only needed to change two options to match AirBnB, but we can customize a few more if we want. My Prettier config file specifies all the options I'm opinionated about, even though I'm just re-stating the default behavior for most of them.
  • A Dilettante's Guide to Linting
    4 projects | dev.to | 6 Sep 2020
    This article is a step-by-step, ground-up look at how the most popular Javascript linting tools can be used together to professionalize any codebase. The target audience is a beginner++ level; you've written some javascript code in your IDE and probably pushed it to GitHub, but you haven't necessarily worked with other developers or published any public projects. The coverage will focus on vanilla Javascript, but some React linting is included incidentally. A TLDR version is available for more experienced developers.