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

@epic-web/config

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epic-web/config - npm Package Compare versions

Comparing version 1.3.7 to 1.3.8

6

configs/eslint.js

@@ -20,2 +20,3 @@ import globals from 'globals'

'react-hooks': (await import('eslint-plugin-react-hooks')).default,
react: (await import('eslint-plugin-react')).default,
import: (await import('eslint-plugin-import-x')).default,

@@ -32,2 +33,3 @@ },

'react-hooks/exhaustive-deps': 'warn',
'react/jsx-key': 'warn',
'import/no-duplicates': ['warn', { 'prefer-inline': true }],

@@ -107,5 +109,5 @@ 'import/order': [

// TSX-only files
// JSX/TSX files
{
files: ['**/*.tsx'],
files: ['**/*.tsx', '**/*.jsx'],
languageOptions: {

@@ -112,0 +114,0 @@ parserOptions: {

@@ -7,3 +7,3 @@ {

},
"version": "1.3.7",
"version": "1.3.8",
"description": "Reasonable ESLint configs for epic web devs",

@@ -46,2 +46,3 @@ "main": "index.js",

"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",

@@ -48,0 +49,0 @@ "globals": "^15.3.0",

@@ -69,6 +69,6 @@ <div>

/** @type {import("prettier").Options} */
export default {
export default [
...defaultConfig,
// .. your overrides here...
}
]
```

@@ -75,0 +75,0 @@

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