This package provides a custom preset for eslint, specifically designed for the DX team at FingerprintJS.
To install this package, use the following command: 9
pnpm install -D @fingerprintjs/eslint-config-dx-team
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'],
}
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
This project is licensed under the MIT license. See the LICENSE file for more info.