2.5.0 • Published 4 months ago
@danielwaltz/eslint-config v2.5.0
@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
Using a TypeScript eslint.config.ts
config file is ideal.
import { danielwaltz } from "@danielwaltz/eslint-config";
export default danielwaltz();
Customization
Refer to eslint-flat-config-utils for all available options.
import { danielwaltz } from "@danielwaltz/eslint-config";
export default danielwaltz([...customConfigs])
.prepend([...prependConfigs])
.append([...appendConfigs]);
Nuxt
Install the official Nuxt ESLint module.
npx nuxi module add eslint
Update the generated config.
import { danielwaltz } from "@danielwaltz/eslint-config";
import { withNuxt } from "./.nuxt/eslint.config.mjs";
export default withNuxt(danielwaltz());
2.5.0
4 months ago
2.4.0
5 months ago
2.3.1
6 months ago
2.3.0
6 months ago
2.2.2
6 months ago
2.2.1
6 months ago
2.2.0
6 months ago
2.1.0
7 months ago
2.0.1
7 months ago
2.0.0
7 months ago
1.2.0
7 months ago
1.1.0
7 months ago
1.0.0
7 months ago
0.2.0
7 months ago
0.1.2
7 months ago
0.1.1
8 months ago
0.1.0
8 months ago
0.0.14
9 months ago
0.0.13
9 months ago
0.0.12
9 months ago
0.0.11
9 months ago
0.0.10
9 months ago
0.0.9
10 months ago
0.0.8
10 months ago
0.0.7
10 months ago
0.0.6
10 months ago
0.0.5
10 months ago
0.0.4
10 months ago
0.0.3
10 months ago
0.0.2
10 months ago
0.0.1
10 months ago