eslint-config-aether

v2.0.2
A custom code style for ESLint.
eslint eslintconfig lint hint style syntax check typescript ts and 1 more...

Eslint Config Aether

npm version

A custom code style for ESLint.

Preview

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();

    }

});

Installation

npm install eslint-config-aether

Usage

eslint.config.js

import aether from "eslint-config-aether";
export default [...aether];
npm i eslint-config-aether

Metadata

  • Zlib
  • Whatever
  • Raoul van RĂ¼schen
  • released 9/26/2024

Downloads

Maintainers