Skip to content

Latest commit

 

History

History

eslint-config-dx-team

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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 -D @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.