New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@heliofi/eslint-config-helio

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heliofi/eslint-config-helio - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

12

lib/overrides.js
/**
* All shared override rules go here
* */
module.exports = {
overrides: [],
}
overrides: [
{
files: ['*.ts', '*.tsx'],
rules: {
"import/prefer-default-export": "off",
},
}
],
}
{
"name": "@heliofi/eslint-config-helio",
"version": "0.0.2",
"description": "Helio eslint-config plugin",
"version": "0.0.3",
"description": "Helio eslint-config",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -12,6 +12,16 @@

```bash
```shell
yarn add -D eslint-config-helio
```
If the project doesn't have eslint installed with Airbnb config, make sure that those dependencies are installed
```shell
yarn add -D @typescript-eslint/eslint-plugin@ˆ5.13.0 \
@typescript-eslint/parser@ˆ5.0.0 \
@eslint \
eslint-config-airbnb-base \
eslint-config-airbnb-typescript \
eslint-plugin-import
```
### React

@@ -18,0 +28,0 @@ In order to use the plugin in a React project add the following to package json

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