Jannchie / eslint-config

Jannchie's eslint config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@jannchie/eslint-config

CodeTime badge

@jannchie/eslint-config is a shareable ESLint configuration that provides a set of rules and configurations for linting JavaScript code. This package includes rules for enforcing common best practices, code consistency, and possible errors.

Installation

You can install @jannchie/eslint-config via any of the package managers, such as npm, pnpm or yarn.

npm install --save-dev @jannchie/eslint-config

// or
pnpm install -D @jannchie/eslint-config
// or
yarn add -D @jannchie/eslint-config

Usage

Add @jannchie/eslint-config to the extends section of your .eslintrc file.

{
  "extends": ["@jannchie"]
}

Contributing

If you find a bug or have a suggestion, please open an issue on the GitHub repository. Pull requests are welcome!

License

This package is licensed under the MIT License.

About

Jannchie's eslint config.

License:MIT License


Languages

Language:TypeScript 86.0%Language:JavaScript 8.4%Language:Vue 5.6%