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

eslint-config-molindo

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-molindo - npm Package Versions

23
8

8.0.0

Diff

Changelog

Source

8.0.0

Features

Breaking changes

  • ESLint 9 is now required (see updated README)
  • The ESLint config is intended to be consumed via ESM (e.g. by using eslint.config.mjs)
  • Prettier no longer runs via an integrated rule since this is discouraged. Instead, a supplemental Prettier config is now provided (see updated README). To enable prettier checking on CI, you might want to consider adding prettier --check to your CI pipeline.
  • The valid-jsdoc rule has been removed since it was removed from ESLint core and is only available via an additional plugin. If you'd like to keep this rule, add eslint-plugin-jsdoc to your project.
  • Globals for Cypress are no longer provided out of the box, but should be added explicitly by projects (see predefined global variables).
  • The src directory is no longer resolved by default. For TypeScript projects, paths from tsconfig.json are now suggested as the alternative and will be resolved by default. For JavaScript projects, you can add settings: {'import/resolver': {node: {paths: ['node_modules', 'src']}}} to your ESLint config.
amann
published 8.0.0-alpha.8 •

amann
published 8.0.0-alpha.7 •

amann
published 8.0.0-alpha.6 •

amann
published 8.0.0-alpha.5 •

amann
published 8.0.0-alpha.4 •

amann
published 8.0.0-alpha.3 •

amann
published 8.0.0-alpha.2 •

amann
published 8.0.0-alpha.1 •

amann
published 7.0.0 •

Changelog

Source

7.0.0

Features

  • Enable react/function-component-definition to have auto fix for using functions of React components (fixes #75)
  • Enable react/no-unstable-nested-components (fixes #77)
  • Enable {checksVoidReturn: {attributes: false}} for @typescript-eslint/no-misused-promises (fixes #86)
  • Enable @typescript-eslint/ban-ts-comment (fixes #89)
  • Upgrade available major versions of dependencies (@typescript-eslint/eslint-plugin)
  • Add molindo/tailwind

Fixes

  • Detect **/*.{e2e,cy}.{js,jsx,ts,tsx} as test files (fixes #67)
  • Change import/no-extraneous-dependencies rule configuration to allow dev dependencies in all files since it has too many false positives otherwise (fixes #71)
  • Add cy and Cypress globals when cypress config is used (fixes #79)
  • Disable no-use-before-define for TypeScript files (fixes #91)

Breaking changes

23
8
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