@fingerprintjs/eslint-config-dx-team
v0.1.0
Published
Custom eslint config for DX Team
Downloads
812
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: 9
pnpm install @fingerprintjs/eslint-config-dx-team
Configuration
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/parser
eslint
eslint-config-prettier
eslint-plugin-prettier
License
This project is licensed under the MIT license. See the LICENSE file for more info.