Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amedia/eslint-config-base

Package Overview
Dependencies
Maintainers
0
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/eslint-config-base - npm Package Compare versions

Comparing version 0.0.0-flatconfig-20241113185409 to 0.0.0-flatconfig-20241113191247

2

CHANGELOG.md
# @amedia/eslint-config-base
## 0.0.0-flatconfig-20241113185409
## 0.0.0-flatconfig-20241113191247

@@ -5,0 +5,0 @@ ### Major Changes

@@ -1,2 +0,2 @@

import perfectionist from 'eslint-plugin-perfectionist';
import eslintPluginImport from 'eslint-plugin-import';
import eslintPluginUnicorn from 'eslint-plugin-unicorn';

@@ -102,49 +102,14 @@ import globals from 'globals';

plugins: {
perfectionist,
import: eslintPluginImport,
},
files: ['**/*.{js,mjs,cjs,ts,jsx,tsx}'],
rules: {
'perfectionist/sort-imports': [
'error',
{
type: 'alphabetical',
order: 'asc',
ignoreCase: true,
specialCharacters: 'keep',
matcher: 'minimatch',
internalPattern: ['~/**'],
newlinesBetween: 'always',
maxLineLength: undefined,
groups: [
'type',
'builtin',
'external',
'internal-type',
'internal',
['parent-type', 'sibling-type', 'index-type'],
['parent', 'sibling', 'index'],
'object',
'unknown',
],
customGroups: { type: {}, value: {} },
environment: 'node',
},
],
'perfectionist/sort-named-imports': [
'error',
{
type: 'alphabetical',
order: 'asc',
ignoreAlias: false,
ignoreCase: true,
specialCharacters: 'keep',
groupKind: 'types-first',
partitionByNewLine: true,
partitionByComment: false,
matcher: 'minimatch',
},
],
'import/extensions': ['error', 'ignorePackages'],
'import/order': ['error', { 'newlines-between': 'always' }],
'import/no-useless-path-segments': 'warn',
'import/no-duplicates': 'error',
},
},
];
{
"name": "@amedia/eslint-config-base",
"version": "0.0.0-flatconfig-20241113185409",
"version": "0.0.0-flatconfig-20241113191247",
"description": "ESLint configuration to be used by developers at Amedia",

@@ -30,3 +30,3 @@ "type": "module",

"dependencies": {
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-unicorn": "56.0.0",

@@ -33,0 +33,0 @@ "globals": "13.24.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