New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kth/eslint-config-kth

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kth/eslint-config-kth

ESLint config

  • 3.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
771
decreased by-43.43%
Maintainers
0
Weekly downloads
 
Created
Source

@kth/eslint-config-kth

Start using this config

  • Install all needed packages in your project:

    npm install --save-dev @kth/eslint-config-kth eslint prettier
    
    • You need ESLint to enable linting.
    • This ESLint-configuration is also based on Prettier.
    • A configuration of Babel can be used when parsing your code.
  • Place a file ".eslintrc" in the root of your project; it will only need to contain the following:

    {
      "extends": ["@kth/eslint-config-kth"]
    }
    

    All configuration needed will come from this config.

Developer

Our goal with this module is to use the same ESLint config in all our node projects at KTH.

We are all responsible for keeping this module fresh to help us in our daily work.

Don´t be afraid to make changes but also take your time to discuss with colleagues about the changes you want to make.

This module/package is built and published to NPM automatically after push.

Just commit and push and versions will be updated automatically

Keywords

FAQs

Package last updated on 26 Nov 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc