2.2.2 • Published 7 months ago

@hkamran/eslint-config v2.2.2

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
7 months ago

@hkamran/eslint-config

License: AGPL-3.0 npm version

My personal Prettier configuration

Installation

npm i -D @hkamran/eslint-config

Usage

eslint.config.js:

import hkamranConfig from "@hkamran/eslint-config";

export default [
    ...hkamranConfig,
    // Your changes should follow this directive
];