1.1.1 • Published 6 months ago
@flex-development/eslint-config v1.1.1
eslint-config
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
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.