You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-config-un

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-un - npm Package Versions

12456

1.0.0-alpha.5

Diff
a
andreww2012
published 1.0.0-alpha.5 •
a
andreww2012
published 1.0.0-alpha.4 •
a
andreww2012
published 1.0.0-alpha.3 •
a
andreww2012
published 1.0.0-alpha.2 •
a
andreww2012
published 1.0.0-alpha.1 •
a
andreww2012
published 1.0.0-alpha.0 •
a
andreww2012
published 0.10.0 •

Changelog

Source

0.10.0

  • New config: svelte via eslint-plugin-svelte, enabled automatically if svelte package is installed.
  • New config: es via eslint-plugin-es-x, <u>disabled</u> by default.
  • New config: cloudfrontFunctions for Amazon CloudFront Functions, <u>disabled</u> by default.
  • New config: solid via eslint-plugin-solid, enabled automatically if solid-js package is installed.
  • New config: nodeDependencies via eslint-plugin-node-dependencies, <u>disabled</u> by default.
  • New config: jsInline via eslint-plugin-html, enabled by default.
  • New config: html via @html-eslint/eslint-plugin, enabled by default unless angular config is enabled.
  • [BREAKING] Minimum supported ESLint version is now ^9.15.0 as support for meta.defaultOptions is necessary for some rules to work.
  • [BREAKING] Set the minimum supported Node.js version to 20.
  • ESLint plugins are now loaded on demand, i.e. only if they are actually used anywhere in the config. You can opt out of this behavior by setting loadPluginsOnDemand option to false.
  • Added an option to import config to specify eslint-plugin-import-x plugin settings.
  • [BREAKING] Passing empty array to files will now disable the config.
  • Set a new option allowRethrowing: true for @typescript-eslint/only-throw-error rule.
  • Enabled vue/no-custom-modifiers-on-v-model and vue/no-multiple-template-root rules for Vue 2 codebases.
  • Introduced a new root option mode with possible values of app and lib. It currently only controls whether you're allowed to import from devDependencies or not.
  • [BREAKING] Importing from peerDependencies is now allowed by default (rule: import/no-extraneous-dependencies). Also disabled this rule in cli config.
  • Added the ability to change plugin prefixes.
  • extraConfigs now always get a name in the form of eslint-config-un/extra-config/<provided name or "unnamed<config index>">.
  • Set a new option reportGlobalThis: true for no-shadow-restricted-names rule.

Dependencies

a
andreww2012
published 0.9.0 •

Changelog

Source

0.9.0

  • New config: nextJs via @next/eslint-plugin-next, enabled automatically if next package is installed.
  • New config: casePolice via eslint-plugin-case-police, <u>disabled</u> by default.
  • New config: astro via eslint-plugin-astro, enabled automatically if astro package is installed.
  • packageJson config: added requireFields option to require the specified fields to be present in the package.json file.

Dependencies

a
andreww2012
published 0.8.2 •

Changelog

Source

0.8.2

  • Prevented a crash when Tailwind v4 is installed by completely disabling tailwind config and eslint-plugin-tailwindcss plugin, which tries to import tailwindcss/resolveConfig which doesn't exist anymore in v4.
a
andreww2012
published 0.8.1 •

Changelog

Source

0.8.1

  • Fixed incorrect @eslint-react/dom rule name generation.