Socket
Socket
Sign inDemoInstall

@uxf/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/eslint-config - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

5

index.js

@@ -10,2 +10,3 @@ module.exports = {

"plugin:import/typescript",
"plugin:jsx-a11y/strict",
],

@@ -19,2 +20,3 @@ plugins: ["react-hooks"],

},
project: "./tsconfig.json",
},

@@ -69,2 +71,3 @@ rules: {

"import/no-unresolved": "error",
"@typescript-eslint/no-unnecessary-condition": "error",
},

@@ -88,3 +91,3 @@ settings: {

},
ignorePatterns: ["babel.config.js", "next.config.js"],
ignorePatterns: ["babel.config.js", "next.config.js", "scripts/**/*", "_reports/**/*"],
env: {

@@ -91,0 +94,0 @@ browser: true,

2

package.json
{
"name": "@uxf/eslint-config",
"version": "1.0.3",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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