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

@boxine/eslint-config-base

Package Overview
Dependencies
Maintainers
16
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.0-rc.0 to 2.0.0-rc.2

index.test.js

22

CHANGELOG.md

@@ -6,2 +6,24 @@ # Change Log

# [2.0.0-rc.2](https://gitlab.boxine.de/tonies/shared-config-boxine/compare/v2.0.0-rc.0...v2.0.0-rc.2) (2022-05-03)
### Features
* optimize and test rule sets ([36f16dd](https://gitlab.boxine.de/tonies/shared-config-boxine/commit/36f16dd7b2aec7f9ddd27d63140b09de79ad44cf))
# [2.0.0-rc.1](https://gitlab.boxine.de/tonies/shared-config-boxine/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2022-05-03)
### Features
* optimize and test rule sets ([36f16dd](https://gitlab.boxine.de/tonies/shared-config-boxine/commit/36f16dd7b2aec7f9ddd27d63140b09de79ad44cf))
# [2.0.0-rc.0](https://gitlab.boxine.de/tonies/shared-config-boxine/compare/v1.8.0-rc.2...v2.0.0-rc.0) (2022-05-02)

@@ -8,0 +30,0 @@

10

index.js
const rules = require('./rules')
const settings = {
'import/extensions': ['.js'],
}
module.exports = {
extends: ['plugin:sonarjs/recommended', 'plugin:prettier/recommended'],
plugins: ['prettier', 'sonarjs', 'import'],
plugins: ['prettier', 'sonarjs'],
rules: rules.base,
settings,
overrides: [

@@ -26,7 +21,4 @@ {

rules: rules.typescript,
settings: {
'import/extensions': settings['import/extensions'].concat('.ts'),
},
},
],
}
{
"name": "@boxine/eslint-config-base",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.2",
"description": "Base configuration for ESLint used by Boxine GmbH",

@@ -12,12 +12,11 @@ "main": "index.js",

"dependencies": {
"@boxine/eslint-config-utils": "^1.8.0-rc.0",
"@boxine/prettier-config": "^2.0.0-rc.0"
"@boxine/prettier-config": "^2.0.0-rc.2"
},
"peerDependencies": {
"@babel/eslint-parser": "7.x",
"@typescript-eslint/eslint-plugin": "5.x",
"@typescript-eslint/parser": "5.x",
"babel-eslint": "10.x",
"eslint": "8.x",
"eslint-config-prettier": "8.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "4.x",

@@ -27,3 +26,3 @@ "eslint-plugin-sonarjs": "0.x",

},
"gitHead": "865d121197d3d1c0fc87ec8c3ac8f8966f2415b3"
"gitHead": "126e6bd4a50a87f59be9df49db89ae5059fc5e6d"
}

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

'sonarjs/no-duplicate-string': 'off',
'import/no-useless-path-segments': [
'warn',
{
noUselessIndex: true,
},
],
'import/order': 'error',
},

@@ -20,0 +12,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