New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@firefoxic/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firefoxic/eslint-config - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

20

lib/index.js

@@ -6,2 +6,3 @@ import js from "@eslint/js"

/** @type {import('eslint').Linter.FlatConfig[]} */
export default [

@@ -31,2 +32,12 @@ js.configs.recommended,

"no-alert": `error`,
"no-irregular-whitespace": [
`error`,
{
skipComments: true,
skipRegExps: true,
skipStrings: true,
skipTemplates: true,
skipJSXText: true,
},
],
"no-lonely-if": `error`,

@@ -218,2 +229,6 @@ "no-multi-assign": `error`,

],
"@stylistic/js/multiline-comment-style": [
`error`,
`separate-lines`,
],
"@stylistic/js/multiline-ternary": [

@@ -249,3 +264,3 @@ `error`,

],
"@stylistic/js/no-trailing-spaces": [`error`],
'@stylistic/js/no-trailing-spaces': [`error`],
"@stylistic/js/no-whitespace-before-property": [`error`],

@@ -322,2 +337,5 @@ "@stylistic/js/nonblock-statement-body-position": [

`never`,
{
beforeStatementContinuationChars: `always`,
},
],

@@ -324,0 +342,0 @@ "@stylistic/js/semi-spacing": [

8

package.json
{
"name": "@firefoxic/eslint-config",
"description": "Shared config for eslint by firefoxic.",
"version": "1.0.0",
"version": "2.0.0",
"license": "MIT",

@@ -31,7 +31,7 @@ "author": {

"@eslint/js": "^9.2.0",
"@stylistic/eslint-plugin-js": "^1.8.0",
"globals": "15.1.0"
"@stylistic/eslint-plugin-js": "^2.1.0",
"globals": "^15.2.0"
},
"devDependencies": {
"@firefoxic/utils": "^0.1.1",
"@firefoxic/update-changelog": "^0.1.0",
"eslint": "^9.2.0",

@@ -38,0 +38,0 @@ "husky": "^9.0.11"

# @firefoxic/eslint-config
[![Test Status][test-image]][test-url]
[![License: MIT][license-image]][license-url]
[![Changelog][changelog-image]][changelog-url]
[![NPM version][npm-image]][npm-url]
[![Test Status][test-image]][test-url]

@@ -14,3 +15,3 @@ Shared config for eslint by [firefoxic](https://firefoxic.dev).

```shell
pnpm add eslint @firefoxic/eslint-config -D
pnpm add -D eslint @firefoxic/eslint-config
```

@@ -43,13 +44,12 @@

## Useful links
[license-url]: https://github.com/firefoxic/eslint-config/blob/main/LICENSE.md
[license-image]: https://img.shields.io/badge/License-MIT-limegreen.svg
- [Changelog](./CHANGELOG.md)
[changelog-url]: https://github.com/firefoxic/eslint-config/blob/main/CHANGELOG.md
[changelog-image]: https://img.shields.io/badge/CHANGELOG-md-limegreen
[npm-url]: https://npmjs.org/package/@firefoxic/eslint-config
[npm-image]: https://badge.fury.io/js/@firefoxic%2Feslint-config.svg
[test-url]: https://github.com/firefoxic/eslint-config/actions
[test-image]: https://github.com/firefoxic/eslint-config/actions/workflows/test.yml/badge.svg?branch=main
[npm-url]: https://npmjs.org/package/firefoxic/eslint-config
[npm-image]: https://badge.fury.io/js/@firefoxic%2Feslint-config.svg
[license-url]: https://github.com/firefoxic/eslint-config/eslint-config/blob/main/LICENSE.md
[license-image]: https://img.shields.io/badge/License-MIT-limegreen.svg
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc