2.5.0 • Published 11 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-configUsage
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 eslintUpdate the generated config.
import { danielwaltz } from "@danielwaltz/eslint-config";
import { withNuxt } from "./.nuxt/eslint.config.mjs";
export default withNuxt(danielwaltz());2.5.0
11 months ago
2.4.0
11 months ago
2.3.1
12 months ago
2.3.0
12 months ago
2.2.2
12 months ago
2.2.1
1 year ago
2.2.0
1 year ago
2.1.0
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
1.2.0
1 year ago
1.1.0
1 year ago
1.0.0
1 year ago
0.2.0
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago
0.0.14
1 year ago
0.0.13
1 year ago
0.0.12
1 year ago
0.0.11
1 year ago
0.0.10
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago