Socket
Book a DemoInstallSign in
Socket

@typeform/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typeform/eslint-config

ESLint configuration for Typeform front-end projects

6.1.0
latest
Source
npmnpm
Version published
Weekly downloads
55
-59.85%
Maintainers
2
Weekly downloads
 
Created
Source

<a href=https://engineering-metrics.typeform.tf/standards-adoption-tool/reports/eslint-config-typeform/><img src=https://api.typeform.com/repositories/eslint-config-typeform/badges.svg />

eslint-config-typeform

ESLint configuration for Typeform front-end projects

Install

yarn add eslint @typeform/eslint-config --dev

Usage

If you want to use the default configuration, you can simply create a .eslintrc.js file (or alternatives) with the following content:

module.exports = {
  extends: ['@typeform/eslint-config'],
}

And run with:

yarn eslint . --fix

Using with prettier

If your codebase uses prettier for styles formatting, you can override default standard rules updating your eslint config:

module.exports = {
  extends: ['@typeform/eslint-config', 'prettier', 'prettier/react', 'plugin:prettier/recommended'],
}

and installing eslint-plugin-prettier:

yarn add --dev eslint-plugin-prettier

FAQs

Package last updated on 05 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.