Socket
Socket
Sign inDemoInstall

@architect/eslint-config

Package Overview
Dependencies
99
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @architect/eslint-config

Architect standard ESLint configuration


Version published
Weekly downloads
1.4K
increased by79.03%
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

[3.0.0] 2024-04-18

Added

  • Added ESLint v9 support
  • Added new rules:
    • block-spacing - https://eslint.style/rules/default/block-spacing
    • comma-dangle (multiline) - https://eslint.style/rules/default/comma-dangle
    • no-mixed-operators - https://eslint.style/rules/default/no-mixed-operators
    • space-before-blocks - https://eslint.style/rules/default/space-before-blocks

Changed

  • Breaking change: now using ESLint v9's flat config format
  • Updated to ES2022 (v13)
  • Breaking change: eslint-plugin-import is not yet ESLint v9 compatible, so that has been disabled
    • This will be restored as soon as the plugin has been updated, see: https://github.com/import-js/eslint-plugin-import/issues/2948
  • Breaking change: disabled global-require erroring
  • Breaking change: removed support for Node.js 14.x, 16.x (now EOL)

Readme

Source

@architect/eslint-config

Architect standard ESLint configuration

GitHub CI status

Installation

Add the following to package.json (and don't forget to remove the .eslintrc.js file).

"eslintConfig": {
  "extends": "@architect/eslint-config"
}

Keywords

FAQs

Last updated on 25 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc