Skip to content

eslint-config 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @flex-development/eslint-config@1.0.0
Install via package.json:
"@flex-development/eslint-config": "1.0.0"

About this version

eslint-config

github release npm license conventional commits typescript yarn

shareable eslint config.

Contents

What is this?

This package is a shareable eslint configuration.

Install

This package is ESM only.

In Node.js with yarn:

yarn add -D @flex-development/eslint-config
See Git - Protocols | Yarn  for details regarding installing from Git.

In Deno with esm.sh:

import fldvLint from 'https://esm.sh/@flex-development/eslint-config'

Use

import fldvLint from '@flex-development/eslint-config'

/**
 * eslint configuration.
 *
 * @type {import('eslint').Linter.Config[]}
 */
export default [
  ...fldvLint.configs.node,
  {
    ignores: ['lib/**/*.d.mts']
  }
]

Contribute

See CONTRIBUTING.md.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

Details


Assets

  • eslint-config-1.0.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all