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
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-un - npm Package Versions

123467

0.4.0

Diff
a
andreww2012
published 0.4.0 •

Changelog

Source

0.4.0

  • New config: perfectionist via eslint-plugin-perfectionist, <u>disabled</u> by default.
  • All dependency versions are now pinned (removed ^).

Dependencies

  • eslint-plugin-sonarjs: 1.0.4 -> 3.0.1
    • [BREAKING] Significantly changed sonar config: added a lot of new rules, some were disabled, some were enabled.
  • eslint-plugin-prefer-arrow-functions: 3.4.1 -> 3.6.0
  • @vitest/eslint-plugin: 1.1.24 -> 1.1.25
a
andreww2012
published 0.3.1 •

Changelog

Source

0.3.1

  • New config: jsdoc via eslint-plugin-jsdoc, enabled by default.
  • Changed the severity of all the eslint-plugin-vue's recommended rules to error (which turned out to be warn by default).
  • Disabled import/no-default-export rule for files starting with a dot and Storybook files (files inside .storybook directory and story files).

Dependencies

  • typescript-eslint: 8.18.1 -> 8.19.1
  • @vitest/eslint-plugin: 1.1.20 -> 1.1.24
  • eslint-plugin-package-json: 0.18.0 -> 0.19.0
a
andreww2012
published 0.3.0 •

Changelog

Source

0.3.0

  • [BREAKING] prefer-inline option of import/no-duplicates rule is now set to true. Added an new option noDuplicatesOptions in import config to override this behavior.
  • [BREAKING] Removed overridesPinia option from vue config in favor of adding the ability to pass more usual config options in pinia option.
  • New config: jest via eslint-plugin-jest, enabled automatically if jest package is installed.
  • New config: jest-extended via eslint-plugin-jest-extended, enabled automatically if both jest and jest-extended packages are installed.
  • New config: vitest via @vitest/eslint-plugin, enabled automatically if vitest package is installed.

Dependencies

  • eslint-plugin-import-x: 4.4.2 -> 4.6.1 & eslint-import-resolver-typescript: 3.6.3 -> 3.7.0
  • typescript-eslint: 8.14.0 -> 8.18.1
  • eslint-plugin-jsonc: 2.18.1 -> 2.18.2
    • Fixes an ESLint 9.15 compatibility issue.
  • eslint-plugin-unicorn: 56.0.0 -> 56.0.1
    • Fixes an ESLint 9.15 compatibility issue.
  • @stylistic/eslint-plugin: 2.10.1 -> 2.12.1
  • eslint-plugin-jest: 28.9.0 -> 28.10.0
  • eslint-plugin-n: 17.13.2 -> 17.15.1
  • eslint-plugin-package-json: 0.15.6 -> 0.18.0
    • overrides collection is now sorted by default.
  • eslint-plugin-promise: 7.1.0 -> 7.2.1
  • eslint-plugin-toml: 0.11.1 -> 0.12.0
  • eslint-plugin-vue: 9.31.0 -> 9.32.0
    • [BREAKING] Enabled a new slot-name-casing rule, which enforces camelCase for slot names.
  • eslint-plugin-yml: 1.15.0 -> 1.16.0
a
andreww2012
published 0.2.4 •

Changelog

Source

0.2.4

  • Fixed a wrong type of config eslint-plugin-tailwindcss plugin setting.
a
andreww2012
published 0.2.3 •

Changelog

Source

0.2.3

  • Added an option to specify eslint-plugin-tailwindcss plugin settings.
  • Allow default export in Nuxt's app/router.options.ts file.
a
andreww2012
published 0.2.2 •

Changelog

Source

0.2.2

  • Fixed an issue resulting in files with any extensions being linted in Nuxt custom project directory.
a
andreww2012
published 0.2.1 •

Changelog

Source

0.2.1

  • Fixed an issue resulting in markdown processor being applied to all files, effectively ignoring other processors like vue.
a
andreww2012
published 0.2.0 •

Changelog

Source

0.2.0

  • New config: markdown via @eslint/markdown, enabled by default.
  • New config: cssInJs via eslint-plugin-css, enabled by default.
  • Added a boolean option overrideIgnores to completely override global ignores provided by our config.
  • Added a node config option to configure prefer-global rule for each feature.
  • Fixed an issue in vue config where Nuxt's app.vue and error.vue files in a custom project directory were not recognized.
  • Dependencies:
a
andreww2012
published 0.1.6 •

Changelog

Source

0.1.6

  • Fixed an issue in vue config where recommended rules were not picked up.
  • yaml: do not enforce casing by default.
a
andreww2012
published 0.1.5 •

Changelog

Source

0.1.5