1.4.0 • Published 6 years ago

@linterhub/schema v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@linterhub/schema travis semantic npm github

JSON Schema definitions for linterhub

Table of Contents

Background

There are a lot of linters of different types, distributed in different ways and each may have specific runtime dependencies. This repository contains a proposal of unified linter definition, distribution and configuration formats (JSON Schema & JSON files). Under the hood, the main idea is pretty similar to meta-package managers approach.

More details in doс or at the catalog page.

Installation

NPM

Requirements:

npm install @linterhub/schema --save-dev

GitHub

All schemas and the source code are available for download at GitHub Releases and GitHub pages as well.

Usage

JavaScript

Get Schema for linter definition and output it to console:

const schema = require('@linterhub/schema');
console.log(schema.linter);

JSON

Describe the linter capabilities and provide some extra info: how to install it and how to execute it - Step by Step guide.

Contribute

You may contribute in several ways like requesting new features, adding tests, fixing bugs, improving documentation or examples. Please check our contributing guidelines.

License

MIT

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago