0.12.0 • Published 25 days ago

@shabados/eslint-config v0.12.0

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

ESLint Config

The default ESLint config for Shabad OS.

Usage

Install

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

npm 7+ automatically installs peer-dependencies. If using a previous npm version, install them manually via:

npx install-peerdeps --dev @shabados/eslint-config

Configure ESLint

In your configuration file (e.g. .eslintrc), add the appropriate extension(s) from below:

  • @shabados/eslint-config (required)
  • @shabados/eslint-config/typescript (optional)

For example the .eslintrc of a TypeScript project would contain:

{
  "extends": [
    "@shabados/eslint-config",
    "@shabados/eslint-config/typescript"
  ]
}

Community

The easiest way to communicate is via GitHub issues. Please search for similar issues regarding your concerns before opening a new issue.

Our intention is to signal a safe open-source community. Please help us foster an atmosphere of kindness, cooperation, and understanding. By participating, you agree to abide by the code of conduct.

If you have a concern that doesn't warrant opening a GitHub issue, please reach out to us:

Harjot Singh, Author, Maintainer, Project Lead, and Organization Lead: @harjot1singh

Bhajneet S.K., Committer: @bhajneet

0.12.0

25 days ago

0.11.0

7 months ago

0.10.2

7 months ago

0.10.0

1 year ago

0.10.1

1 year ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.6.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.5.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago