mirror of
https://github.com/ivuorinen/base-configs-eslint.git
synced 2026-01-26 03:04:03 +00:00
v1.0.0
# 1.0.0 (2025-12-06) ### Bug Fixes * **github-action:** update github/codeql-action (v3.29.0 → v3.29.2) ([#2](https://github.com/ivuorinen/base-configs-eslint/issues/2)) ([eb904d0](eb904d0d2c)) * **github-action:** update github/codeql-action (v3.29.2 → v3.29.4) ([#5](https://github.com/ivuorinen/base-configs-eslint/issues/5)) ([65d9ed1](65d9ed13d6)) * **github-action:** update github/codeql-action (v3.29.4 → v3.29.8) ([#7](https://github.com/ivuorinen/base-configs-eslint/issues/7)) ([b4db856](b4db85695c)) * **github-action:** update github/codeql-action (v3.29.8 → v3.29.9) ([#12](https://github.com/ivuorinen/base-configs-eslint/issues/12)) ([cff858e](cff858e5e3)) * **github-action:** update github/codeql-action (v3.29.9 → v3.29.10) ([#13](https://github.com/ivuorinen/base-configs-eslint/issues/13)) ([5321383](5321383925)) * **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#6](https://github.com/ivuorinen/base-configs-eslint/issues/6)) ([ad2db5c](ad2db5c5bd)) * **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#4](https://github.com/ivuorinen/base-configs-eslint/issues/4)) ([0286f30](0286f304f2)) * **github-action:** update ivuorinen/actions (25.8.11 → 25.8.18) ([#14](https://github.com/ivuorinen/base-configs-eslint/issues/14)) ([3b2199c](3b2199c955)) * **github-action:** update ivuorinen/actions (25.8.4 → 25.8.11) ([#10](https://github.com/ivuorinen/base-configs-eslint/issues/10)) ([2e3b75c](2e3b75cd79)) * **github-release:** update adrienverge/yamllint (v1.37.0 → v1.37.1) ([#15](https://github.com/ivuorinen/base-configs-eslint/issues/15)) ([5683ad4](5683ad412d)) * **github-release:** update bridgecrewio/checkov (3.2.400 → 3.2.464) ([#16](https://github.com/ivuorinen/base-configs-eslint/issues/16)) ([d86c6ec](d86c6ec1d0)) * **github-release:** update renovatebot/pre-commit-hooks (41.82.9 → 41.82.10) ([#25](https://github.com/ivuorinen/base-configs-eslint/issues/25)) ([f7d6bc2](f7d6bc27da)) ### Features * **github-action:** update actions/checkout (v4.2.2 → v4.3.0) ([#11](https://github.com/ivuorinen/base-configs-eslint/issues/11)) ([a3e2480](a3e248088b)) * **github-action:** update ivuorinen/actions (25.6.17 → 25.7.7) ([#3](https://github.com/ivuorinen/base-configs-eslint/issues/3)) ([7ede432](7ede432033)) * **github-action:** update ivuorinen/actions (25.7.21 → 25.8.4) ([#8](https://github.com/ivuorinen/base-configs-eslint/issues/8)) ([ebe8958](ebe8958390)) * **github-release:** update igorshubovych/markdownlint-cli (v0.44.0 → v0.45.0) ([#19](https://github.com/ivuorinen/base-configs-eslint/issues/19)) ([7bb67ff](7bb67ff71e)) * **github-release:** update koalaman/shellcheck-precommit (v0.10.0 → v0.11.0) ([#20](https://github.com/ivuorinen/base-configs-eslint/issues/20)) ([be5407e](be5407e1a2)) * initial import from base-configs ([674071e](674071ec7d)) * release pipeline, packages, yarn upgrade ([995cfae](995cfae469))
@ivuorinen/eslint-config
ivuorinen's shareable configuration for
ESLint.
Table of Contents
Installation
Install this config as a devDependencies:
# npm
npm install @ivuorinen/eslint-config --save-dev
# Yarn
yarn add @ivuorinen/eslint-config --dev
After installing it, a eslint.config.mjs file will be created automatically in the project's root folder with the following configuration:
{
"extends": ["@ivuorinen"]
}
Available Configurations
Jest
Adds specific rules for the Jest testing framework.
{
"extends": ["@ivuorinen/eslint-config/jest"]
}
Documentations
Read the ESLint docs for more information.
Contributing
If you are interested in helping contribute, please take a look at our contribution guidelines and open an issue or pull request.
Changelog
See CHANGELOG for a human-readable history of changes.
License
Distributed under the MIT License. See LICENSE for more information.
Description
Languages
JavaScript
100%