Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@springworks/eslint-config-typescript

Package Overview
Dependencies
1
Maintainers
2
Versions
21
Issues
File Explorer

Advanced tools

@springworks/eslint-config-typescript

eslint rules for typescript projects

    3005.179.1latest
    GitHub

Version published
Maintainers
2
Weekly downloads
484
decreased by-36.98%

Weekly downloads

Readme

Source

@springworks/eslint-config-typescript

eslint rules for typescript projects

yarn add -D @springworks/eslint-config-typescript eslint

After adding the dependencies, add a config (.eslintrc.json) in the root of the project with this content:

{ "extends": "@springworks/eslint-config-typescript" }

Or update package.json and include:

{ "eslintConfig": { "extends": "@springworks/eslint-config-typescript" } }

Some useful scripts to add to package.json:

{ "scripts": { "lint": "eslint --cache .", "lint-fix": "eslint --quiet --fix ." } }

FAQs

Last updated on 24 Jan 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc