0.1.0 • Published 4 years ago

eslint-json-parser v0.1.0

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

eslint-json-parser

A JSON parser for ESLint.

Install

npm install @zeitport/eslint-json-parser

Usage

ESLint configuration

{
    "parser": "@zeitport/eslint-json-parser,
    "rules": {
    }
}

Recommended rules

Rule
🔧comma-dangle
🔧indent
no-dupe-keys
no-loss-of-precision
no-undefined
🔧quotes

Compare to eslint-plugin-json

0.1.0

4 years ago