@fingerprintjs/eslint-config-dx-team
v0.2.0
Published
Custom eslint config for DX Team
Readme
ESLint dx-team preset
This package provides a custom preset for eslint, specifically designed for the DX team at FingerprintJS.
Installation
To install this package, use the following command:
pnpm install -D @fingerprintjs/eslint-config-dx-teamConfiguration
To use this preset in your project, add the following configuration to your project's eslint configuration file:
module.exports = {
extends: ['@fingerprintjs/eslint-config-dx-team'],
}Dependencies
To simplify dependencies update in project this package has eslint and eslint packages as a dependencies. Please don't add any of them as a dependencies for you project:
@typescript-eslint/eslint-plugin@typescript-eslint/parsereslinteslint-config-prettiereslint-plugin-prettier
License
This project is licensed under the MIT license. See the LICENSE file for more info.
