Skip to content

flex-development/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.