Socket
Socket
Sign inDemoInstall

@jsenv/eslint-config

Package Overview
Dependencies
0
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.0.5 to 16.0.6

babel.config.cjs

15

package.json
{
"name": "@jsenv/eslint-config",
"version": "16.0.5",
"version": "16.0.6",
"description": "Create ESLint configuration for any project",

@@ -52,10 +52,11 @@ "license": "MIT",

"@babel/core": "7.15.5",
"@babel/eslint-parser": "7.15.4",
"@babel/eslint-parser": "7.15.7",
"@babel/plugin-syntax-decorators": "7.14.5",
"@babel/plugin-syntax-jsx": "7.14.5",
"@babel/preset-env": "7.15.6",
"@jsenv/assert": "2.3.1",
"@jsenv/codecov-upload": "3.5.0",
"@jsenv/core": "19.6.2",
"@jsenv/core": "22.0.1",
"@jsenv/github-release-package": "1.2.3",
"@jsenv/importmap-eslint-resolver": "5.1.0",
"@jsenv/importmap-eslint-resolver": "5.1.2",
"@jsenv/importmap-node-module": "2.2.1",

@@ -66,7 +67,7 @@ "@jsenv/package-publish": "1.6.2",

"eslint": "7.32.0",
"eslint-plugin-html": "6.1.2",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-react": "7.25.1",
"prettier": "2.3.2"
"eslint-plugin-react": "7.26.1",
"prettier": "2.4.1"
}
}

@@ -12,3 +12,6 @@ # eslint-config [![npm package](https://img.shields.io/npm/v/@jsenv/eslint-config.svg?logo=npm&label=package)](https://www.npmjs.com/package/@jsenv/eslint-config) [![github main](https://github.com/jsenv/eslint-config/workflows/main/badge.svg)](https://github.com/jsenv/eslint-config/actions?workflow=main) [![codecov coverage](https://codecov.io/gh/jsenv/eslint-config/branch/master/graph/badge.svg)](https://codecov.io/gh/eslint-config)

```js
const { composeEslintConfig, eslintConfigBase } = require("@jsenv/eslint-config")
const {
composeEslintConfig,
eslintConfigBase,
} = require("@jsenv/eslint-config")

@@ -179,3 +182,6 @@ const eslintConfig = composeEslintConfig(

```js
const { composeEslintConfig, eslintConfigBase } = require("@jsenv/eslint-config")
const {
composeEslintConfig,
eslintConfigBase,
} = require("@jsenv/eslint-config")

@@ -182,0 +188,0 @@ const eslintConfig = composeEslintConfig(

@@ -186,4 +186,18 @@ /*

"no-regex-spaces": ["error"],
"no-restricted-imports": ["error", "domain", "freelist", "smalloc", "sys", "colors"],
"no-restricted-modules": ["error", "domain", "freelist", "smalloc", "sys", "colors"],
"no-restricted-imports": [
"error",
"domain",
"freelist",
"smalloc",
"sys",
"colors",
],
"no-restricted-modules": [
"error",
"domain",
"freelist",
"smalloc",
"sys",
"colors",
],
"no-restricted-syntax": ["error", "WithStatement"],

@@ -304,3 +318,3 @@ "no-return-assign": ["error", "always"],

"use-isnan": ["error"],
"np": [
"valid-jsdoc": [
"off",

@@ -307,0 +321,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc