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

eslint-config-athom

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-athom

ESLint config for Athom B.V.

  • 3.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
330
increased by3.13%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-athom

ESLint config for Athom B.V. JavaScript projects.

Usage

In your JavaScript project:

$ npm install --save-dev eslint eslint-config-athom

Then create a file /.eslintrc.json in your project's root:

{
  "extends": "athom"
}

Now, edit your project's /package.json file to contain the following:

"engines": {
  "node": ">=12.16.1"
}

Homey App config

This package also contains a ESLint config for Homey Apps, you can extend it like this:

{
  "extends": "athom/homey-app"
}

This config includes some rules that depend on TypeScript typechecking so you need to make sure to have a tsconfig.json file in the root of your Homey App. To make this work as intended you should also have the node-homey-apps-sdk-v3-types installed by running:

$ npm install --save-dev @types/homey@npm:homey-apps-sdk-v3-types

FAQs

Package last updated on 28 Feb 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

  • 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