🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

eslint-config-un

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-un - npm Package Versions

1235

0.2.1

Diff
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.
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:
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.
andreww2012
published 0.1.5 •

Changelog

Source

0.1.5

andreww2012
published 0.1.4 •

Changelog

Source

0.1.4

  • New config: json (for linting .json, .jsonc, .json5 files) via eslint-plugin-jsonc.
  • Support for merging default files with user-specified files via doNotMergeFilesWithDefault option for yaml, toml and json configs.
  • Dependencies:
    • typescript-eslint@8.10.0
      • Support for TypeScript 5.6.
andreww2012
published 0.1.3 •

Changelog

Source

0.1.3

andreww2012
published 0.1.2 •

Changelog

Source

0.1.2

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.
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.
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.