Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-aether

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-aether - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

package.json
{
"name": "eslint-config-aether",
"version": "1.4.0",
"version": "1.5.0",
"description": "A custom code style for ESLint.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/vanruesc/eslint-config-aether",

@@ -17,2 +17,3 @@ module.exports = {

"no-unused-vars": "off",
"strict-boolean-expressions": "error",
"@typescript-eslint/indent": ["error", "tab", {

@@ -19,0 +20,0 @@ "SwitchCase": 1

@@ -27,3 +27,3 @@ module.exports = require("./typescript-basic.js");

"modifiers": ["static", "readonly"],
"format": ["PascalCase", "UPPER_CASE"],
"format": ["camelCase", "PascalCase", "UPPER_CASE"],
"leadingUnderscore": "forbid"

@@ -30,0 +30,0 @@ },

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