types-eslintrc
Type checking for .eslintrc.json
Last updated 6 years ago by bconnorwhite .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install types-eslintrc 
SYNC missed versions from official npm registry.

types-eslintrc

NPM TypeScript Coverage Status GitHub Stars Twitter Follow

Type checking for .eslintrc.json.

Installation

yarn add types-eslintrc
npm install types-eslintrc

API

Types

import {
  ESLintConfig,
  ESLintParserOptions,
  ESLintGlobalPermission,
  ESLintOverride,
  ESLintRules,
  ESLintRule,
  ESLintSeverity,
  ESLintECMAVersion,
  ESLintEnvironment,
  fileName
} from "types-eslintrc";

console.log(fileName); // ".eslintrc.json"

Dependenciesdependencies


Dev DependenciesDavid


License license

MIT


Related Projects

Current Tags

  • 1.0.3                                ...           latest (6 years ago)

4 Versions

  • 1.0.3                                ...           6 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (1)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |