shareable eslint config.
This package is a shareable eslint configuration.
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'
import fldvLint from '@flex-development/eslint-config'
/**
* eslint configuration.
*
* @type {import('eslint').Linter.Config[]}
*/
export default [
...fldvLint.configs.node,
{
ignores: ['lib/**/*.d.mts']
}
]
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.