Skip to content

danielwaltz/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

220d6ed · Jan 25, 2025

History

37 Commits
Jan 11, 2025
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Jan 25, 2025
Dec 7, 2024
Dec 13, 2024
Dec 13, 2024
Jan 25, 2025
Jan 25, 2025
Dec 7, 2024

Repository files navigation

@danielwaltz/eslint-config

My personal ESLint configuration. Extends from @sxzz/eslint-config.

Installation

npx -y nypm@latest i -D eslint prettier @danielwaltz/eslint-config

Usage

import { danielwaltz } from "@danielwaltz/eslint-config";

export default danielwaltz();

Customization

import { danielwaltz } from "@danielwaltz/eslint-config";

export default danielwaltz([...customConfigs])
  .prepend([...prependConfigs])
  .append([...appendConfigs]);