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

12345

0.1.2

Diff
a
andreww2012
published 0.1.2 •

Changelog

Source

0.1.2

  • Dependencies:
    • typescript-eslint@8.8.0
      • Set checkTypePredicates: true for @typescript-eslint/no-unnecessary-condition rule.
a
andreww2012
published 0.1.1 •

Changelog

Source

0.1.1

  • Vue: trailing slash in user-supplied paths (for example, in nuxtOrVueProjectDir) is now optional.
  • Vue: fixed problems related to the rules applied to wrong files.
a
andreww2012
published 0.1.0 •

Changelog

Source

0.1.0

Breaking changes

  • Force no empty lines between import statements by default.

Other changes

  • New configs: yaml and prefer-arrow-functions (both disabled by default).
  • New option to add an auto fix to remove unused imports (enabled by default).
  • Ability to set the same severity for all rules of a config.
  • Added an option to control reportUnusedDisableDirectives param of vue/comment-directive rule.
  • Dependencies:
  • Internal code refactoring.
a
andreww2012
published 0.0.7 •

Changelog

Source

0.0.7

  • Update dependencies. Highlights:
  • Ensure type safety of overrides option.
  • Set allowChildren: true for vuejs-accessibility/label-has-for.
a
andreww2012
published 0.0.6 •

Changelog

Source

0.0.6

  • Update dependencies. Highlights:
    • Update typescript-eslint to v8.0.0.
  • Disable unicorn/no-magic-array-flat-depth rule. Disallow Infinity literal.
a
andreww2012
published 0.0.5 •

Changelog

Source

0.0.5

  • Update dependencies. Highlights:
    • Update eslint-plugin-unicorn to v55.0.0 and enable the new unicorn/no-length-as-slice-end rule.
    • eslint-plugin-promise to v7.0.0 and change the minimum node version to 18.18.0.
  • Add an option to disable all the TypeScript type-aware no-unsafe-* rules.
  • Make FlatConfigEntry type work with ESLint types for v8.
a
andreww2012
published 0.0.4 •

Changelog

Source

0.0.4

  • Add types to all the rules via eslint-typegen.
  • Update dependencies.
a
andreww2012
published 0.0.3 •

Changelog

Source

0.0.3

  • Automatically add files from .gitignore to the list of ignored files.
  • Allow to specify .vue files authored in TypeScript and JavaScript to apply different rules.
  • Allow to specify pinia stores suffix.
  • Added router-link, router-view and Nuxt-specific components to the list of known Vue components.
  • Disabled vue/no-boolean-default rule.
  • Make sure prefer-const rule does not report if any of the destructured variables is reassigned.
  • Update dependencies.
a
andreww2012
published 0.0.2 •

Changelog

Source

0.0.2

Initial release.