Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@netly/eslint-config-base

DmytroMysak59MIT1.2.13

Custom eslint rule for js and ts file

eslint, code, config, style, javascript

readme

@netly/eslint-config-base

My personal eslint config for js and ts at the same time.

What's included:

  • typescript-eslint
  • @stylistic
  • @eslint/js

Usage

Install:

$ yarn add --dev @netly/eslint-config-base
$ npm i -D @netly/eslint-config-base

In eslint.config.js file:

import netlyConfig from '@netly/eslint-config-base';

export default [
  ...netlyConfig,
];

changelog

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.13 (2024-12-09)

Bug Fixes

  • @typescript-eslint/restrict-template-expressions: fixed rule restrict-template-expressions (8d5ad94)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.12 (2024-12-09)

Bug Fixes

  • literal: fixed rules for template literal (2d48da9)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.11 (2024-07-17)

Bug Fixes

  • js: disable @typescript-eslint/explicit-function-return-type for js files (7e1b4fb)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.10 (2024-05-19)

Bug Fixes

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.9 (2024-05-19)

Bug Fixes

  • rules: added rule: @typescript-eslint/explicit-function-return-type (b81946d)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.8 (2024-05-17)

Bug Fixes

  • rules: update rule, added: no-unused-vars (487eb5a)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.7 (2024-05-16)

Bug Fixes

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.6 (2024-05-16)

Bug Fixes

  • rule: added rule @typescript-eslint/no-confusing-void-expression (0c21cf3)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.5 (2024-05-16)

Bug Fixes

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.4 (2024-05-16)

Bug Fixes

  • rules: added more rules (89fb290)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.3 (2024-05-16)

Bug Fixes

  • styles: delete styles deps (403347d)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.2 (2024-05-14)

Bug Fixes

  • readme: update readme, update config (ea0e008)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.1 (2024-05-14)

Bug Fixes

  • eslint: fixed globals, separate config for ts and js (3bc5ac3)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.0 (2024-05-13)

Features

  • eslint: try to use flat eslint config (d18f9ca)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.2 (2023-07-25)

Bug Fixes

  • fixed: Unexpected top-level property "import/resolver" (1c2620a)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.1 (2023-07-25)

Bug Fixes

  • plugins: added missing plugins: import (f85fc50)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.0 (2023-07-24)

Features

  • esm: fix error for esm modules (2c520df)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.3 (2022-12-14)

Bug Fixes

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.2 (2022-11-10)

Bug Fixes

  • interface: fixed no-unused-vars for interfece error (c240732)

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.1 (2022-11-10)

Bug Fixes

  • ci: disable dry-run for semantic-release (fae7992)