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

@consid/eslint-config-sitevision

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@consid/eslint-config-sitevision - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@consid/eslint-config-sitevision",
"version": "1.0.3",
"version": "1.0.4",
"description": "Eslint config for webapps/restapps, created to be used with boilerplate",

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

@@ -10,2 +10,14 @@ # Eslint Config

```
### Add the linting configuration:
In [WebApps](https://developer.sitevision.se/docs/webapps/webapps-2/getting-started) and [RestApps](https://developer.sitevision.se/docs/rest-api/restapps) you need to add the linting that should be used. You will need to extend the configuration ***@consid/eslint-config-sitevision*** in your ***package.json*** file.
```json
"eslintConfig": {
"extends": [
"@sitevision/eslint-config-recommended",
"@sitevision/eslint-config-webapp-react",
"@consid/eslint-config-sitevision"
]
},
```
You will now use Consids default [EsLint](https://eslint.org/) configuration.

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