
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
eslint-config-aether
Advanced tools
A custom code style for ESLint.
const btn = document.getElementById("btn");
let count = 0;
function render() {
btn.innerText = `Count: ${count}`;
}
btn.addEventListener("click", () => {
// Count from 1 to 10.
if(count < 10) {
count += 1;
render();
}
});
npm install eslint-config-aether
This package includes optional configurations for TypeScript which require the TypeScript ESLint plugin and parser:
npm install @typescript-eslint/eslint-plugin
npm install @typescript-eslint/parser
The aether
configuration is intended to be used for JavaScript projects, aether/typescript-basic
is a compatibility configuration for TypeScript projects and aether/typescript
adds rules that are based on type information.
Config | Parent Configs |
---|---|
aether | eslint:recommended |
aether/typescript | aether , plugin:@typescript-eslint/eslint-recommended-requiring-type-checking |
aether/typescript-basic | aether , plugin:@typescript-eslint/eslint-recommended |
Note: The config aether/typescript
sets parserOptions.project
to "tsconfig.json"
by default.
{
"eslintConfig": {
"extends": "aether/typescript"
}
}
{
"extends": "aether/typescript"
}
FAQs
A custom code style for ESLint.
The npm package eslint-config-aether receives a total of 29 weekly downloads. As such, eslint-config-aether popularity was classified as not popular.
We found that eslint-config-aether demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.