@danielwaltz/eslint-config
v0.0.9
Published
My personal ESLint configuration. Extends from [@sxzz/eslint-config](https://github.com/sxzz/eslint-config).
Downloads
784
Readme
@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]);