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

eslint-config-digital-scientists

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-digital-scientists - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

2

package.json
{
"name": "eslint-config-digital-scientists",
"version": "0.2.9",
"version": "0.2.10",
"description": "",

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

@@ -51,7 +51,7 @@ # eslint-config-digital-scientists

## Integrating ESLint With `prettier`
## Integrating ESLint With Prettier
In order to user `prettier` with `ESLint` and `eslint-config-digital-scientists`, you will need to do the following:
In order to user `prettier` with `eslint` and `eslint-config-digital-scientists`, you will need to do the following:
### Install `prettier` and `eslint-config-prettier`
Install `prettier` and `eslint-config-prettier`

@@ -62,3 +62,3 @@ ```

### Modify `.eslintrc.{js,json}` to extend `eslint-config-pretter` _after_ `eslint-config-digital-scientists` to overwrite any rules that conflict with prettier
Modify `.eslintrc.{js,json}` to extend `eslint-config-pretter` **after** `eslint-config-digital-scientists` to overwrite any rules that conflict with prettier

@@ -68,3 +68,2 @@ ```json

"extends": ["digital-scientists", "prettier", "prettier/react"],
"root": true

@@ -74,3 +73,3 @@ }

### Add a `prettier` config (e.g. `.prettierrc.js`) with these recommended settings:
Add a `prettier` config (e.g. `.prettierrc.js`) with these recommended settings:

@@ -92,3 +91,3 @@ ```js

### Install a Prettier formatting plugin for your editor and set to format on save`
Install a Prettier formatting plugin for your editor and set to format on save`

@@ -95,0 +94,0 @@ * For Visual Studio Code: [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)

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