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
11
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 0.0.2 to 0.1.0

2

index.js

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

var prettierConfig = require('./prettier.config')
const prettierConfig = require('@boxine/prettier-config')

@@ -3,0 +3,0 @@ module.exports = {

{
"name": "@boxine/eslint-config-base",
"version": "0.0.2",
"version": "0.1.0",
"description": "Base configuration for ESLint used by Boxine GmbH",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "boxine-eslint-config-utils-post-install"

@@ -13,11 +12,12 @@ },

"dependencies": {
"@boxine/eslint-config-utils": "^0.0.2"
"@boxine/eslint-config-utils": "^0.1.0",
"@boxine/prettier-config": "^0.1.0"
},
"peerDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
"eslint": "6.x",
"eslint-config-prettier": "6.x",
"eslint-plugin-prettier": "3.x",
"prettier": "1.x"
},
"gitHead": "501ba094db794d30e37dedc9a3ca42cab58f2465"
"gitHead": "34dd42c624b1947d8be99702468816a2f40b306d"
}

@@ -13,3 +13,3 @@ # @boxine/eslint-config-base

Add the following to the `extends` array in your `.eslint.rc.js`:
Add the following to the `extends` array in your `.eslintrc.js`:

@@ -23,3 +23,3 @@ ```javascript

```json
"prettier": "@boxine/eslint-config-base/prettier.config.js",
"prettier": "@boxine/prettier-config",
```
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