style-linter

Open-source projects categorized as style-linter

Top 9 style-linter Open-Source Projects

  • javascript

    JavaScript Style Guide

  • Project mention: Decoding JavaScript Variables: A Comprehensive Overview | dev.to | 2024-04-21

    // Follow Established Style Guides // Adhere to established style guides such as Airbnb JavaScript Style Guide or Google JavaScript Style Guide to maintain consistency across your codebase. // These style guides provide comprehensive rules and recommendations for variable naming, declaration, and usage. // Example: Airbnb JavaScript Style Guide // https://github.com/airbnb/javascript /** * Represents a person with a given name and age. * @typedef {Object} Person * @property {string} name - The name of the person. * @property {number} age - The age of the person. */ /** * Create a new person. * @param {string} name - The name of the person. * @param {number} age - The age of the person. * @returns {Person} - The newly created person object. */ function createPerson(name, age) { return { name, age }; } const person1 = createPerson("John", 30); const person2 = createPerson("Jane", 25); console.log(person1); console.log(person2);

  • XO

    ❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults

  • Project mention: ESLint: Flat Config Rollout Plan | news.ycombinator.com | 2023-10-18

    Usually you would pick a config you like and set it up for your project, notable ones are already mentioned but I'll mention more:

    - xo https://github.com/xojs/xo

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • neomake

    Asynchronous linting and make framework for Neovim/Vim

  • validator

    Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG (by validator)

  • verible

    Verible is a suite of SystemVerilog developer tools, including a parser, style-linter, formatter and language server

  • Project mention: How to instance module with auto-completion for verilog in neovim? | /r/neovim | 2023-08-25

    I want to write Verilog/SystemVerilog with neovim(I use Lazyvim,nvim-lspconfig,mason.nvim, mason-lspconfig.nvim and nvim-cmp) . Now I use Verible to format and lint. But it seems that it cannot complete the signals when I want to instance a module and type a "." . So is there a better way to interconnect modules?

  • remark-lint

    plugins to check (lint) markdown code style

  • awesome-linters

    A community-driven list of awesome linters.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • linter

    Linter for Dart.

  • Project mention: The Montreal Problem: Why Programming Languages Need a Style Czar | news.ycombinator.com | 2024-03-15

    Same with Dart. You may not like the style too much, but at least it's consistent and everyone uses it.

    Dart also has a kind of "standard lints" (one for Flutter, one for just Dart): https://dart.dev/tools/linter-rules

    Even though you can write your own lints to verify every little detail of the code, the fact that standards exist is great.

    Check out the rules enabled by the default lints, it's pretty amazing: https://github.com/dart-lang/lints/blob/main/rules.md

  • protolint

    A pluggable linter and fixer to enforce Protocol Buffer style and conventions.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

style-linter related posts

  • Dart Error handling using Records (golang style)

    1 project | /r/FlutterDev | 10 Jun 2023
  • C-rusted: The Advantages of Rust, in C, without the Disadvantages

    2 projects | news.ycombinator.com | 19 Feb 2023
  • Why shouldn’t Either be used for error handling?

    1 project | /r/FlutterDev | 3 Dec 2022
  • Is it possible to know all the exceptions a method CAN throw

    1 project | /r/FlutterDev | 4 Aug 2022
  • Dart null safety vs type safety (dart linter in strong mode)

    1 project | /r/dartlang | 11 Jan 2022
  • Thoughts on creating a library with Dart for browser and node

    2 projects | /r/dartlang | 26 Jun 2021
  • Hypothesis about the root cause of Joss Whedon's misconduct and advice for a way forward for him and the film industry: "Let's make commercial fan-fiction great again!"

    1 project | /r/buffy | 1 Apr 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source style-linter projects? This list will help you:

Project Stars
1 javascript 141,848
2 XO 7,551
3 neomake 2,648
4 validator 1,635
5 verible 1,197
6 remark-lint 917
7 awesome-linters 833
8 linter 627
9 protolint 513

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com