New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
1.2.2

2

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

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

@@ -26,2 +26,12 @@ module.exports = require("./typescript-basic.js");

{
"selector": "accessor",
"modifiers": ["static"],
"format": ["camelCase", "UPPER_CASE"]
},
{
"selector": "classProperty",
"modifiers": ["static", "readonly"],
"format": ["camelCase", "UPPER_CASE"]
},
{
"selector": "memberLike",

@@ -28,0 +38,0 @@ "modifiers": ["private"],