Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@fr0st/eslint-config

elusivecodes141MIT1.0.3

ESLint shareable config for the Frost style.

code, quality, style, lint, linter, eslint

readme

Frost ESLint Config

ESLint shareable config for the Frost style.

Installation

npm i @fr0st/eslint-config --save-dev

Usage

import frostConfig from '@fr0st/eslint-config';

export default [
    frostConfig
];