Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kevinoid/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kevinoid/eslint-config - npm Package Versions

1
6

19.0.1

Diff

Changelog

Source

19.0.1 (2021-05-29)

Bug Fixes

  • Improve code for importing peer dependencies to fix issues when require.main is not eslint. (d898698)
kevinoid
published 19.0.0 •

Changelog

Source

19.0.0 (2021-05-29)

Dependency Updates

kevinoid
published 18.0.1 •

Changelog

Source

18.0.1 (2021-05-16)

Features

  • Configure definedTypes for the jsdoc/no-undefined-types rule for ECMAScript/TypeScript types which do not have a matching name in the global scope (e.g. Generator, Iterator, etc.).
kevinoid
published 18.0.0 •

Changelog

Source

18.0.0 (2021-05-14)

BREAKING CHANGES

Dependency Updates

kevinoid
published 17.1.0 •

Changelog

Source

17.1.0 (2021-05-06)

Features

  • Disable unicorn/prefer-node-protocol until node: is supported by eslint-plugin-node.
  • Configure parserOptions.ecmaVersion: 2020, since ecmaVersion: 2019 set by plugin:node/recommended lacks support for import() and import.meta.url, while ecmaVersion: 2021 would not warn about ?. and ?? on Node.js versions which don't support them.
kevinoid
published 17.0.0 •

Changelog

Source

17.0.0 (2021-04-30)

BREAKING CHANGES

  • Enable unicorn/prefer-module and unicorn/prefer-node-protocol rules.
  • Enable import/no-unused-modules rule for ESM packages.
  • Disable node env for node to avoid defining globals which are only available in CommonJS modules.
  • parserOptions for node are now set by plugin:node/recommended based on package.json#type.
  • Enable import/extensions rule.

Features

  • Allow eslint-plugin-node to set parserOptions based on package.json#type.
kevinoid
published 16.0.0 •

Changelog

Source

16.0.0 (2021-03-29)

BREAKING CHANGES

  • Bump eslint-plugin-unicorn from 28.0.0 to 29.0.0. See Release Notes.
  • Bump eslint-plugin-jsdoc from 31.6.1 to 32.0.0. See Release Notes.

Features

  • Don't prefer-destructuring for Array assignment (488c10a)
  • Use env and parserOptions from eslint-plugin-unicorn, unless overridden.
  • Use parserOptions ecmaVersion: 2020 and sourceType: script for node.
kevinoid
published 15.0.0 •

Changelog

Source

15.0.0 (2021-02-10)

BREAKING CHANGES

Features

  • No prefer-exponentiation-operator for WSH (9fb35a3)
  • Disable no-inner-declarations rule (08493af)
  • Disable no-loop-func for all but WSH (2cb6e6a)
  • Disable vars-on-top everywhere (da5cd4c)
kevinoid
published 14.1.0 •

Changelog

Source

14.1.0 (2021-02-01)

Features

kevinoid
published 14.0.0 •

Changelog

Source

14.0.0 (2021-01-26)

BREAKING CHANGES

  • Bump eslint-plugin-unicorn from 26.0.0 to 27.0.0. See Release Notes.

Features

Bug Fixes

  • Handle object in no-restricted-globals config to fix IE-specific overrides of Airbnb configuration. (04d9ef9)
  • Disable unicorn/no-array-for-each for IE, which lacks support for for-of.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc