Socket
Socket
Sign inDemoInstall

@exabyte-io/eslint-config

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @exabyte-io/eslint-config

Eslint configuration extension to be reused across mat3ra projects.


Version published
Weekly downloads
275
decreased by-46.6%
Maintainers
1
Install size
8.94 kB
Created
Weekly downloads
 

Readme

Source

npm version License: Apache

eslint-config

How to use

  1. Install config with eslint and eslint plugins
npm install --save-dev \
  @exabyte-io/eslint-config \
  @babel/eslint-parser@7.16.3 \
  @babel/plugin-proposal-class-properties@7.16.0 \
  @babel/preset-env@7.16.4 \
  @babel/preset-react@7.16.7 \
  @babel/register@^7.16.0 \
  @babel/runtime-corejs3@7.16.8 \
  @typescript-eslint/eslint-plugin@5.9.1 \
  @typescript-eslint/parser@5.9.1 \
  eslint@7.32.0 \
  eslint-config-airbnb@19.0.2 \
  eslint-config-prettier@8.5.0 \
  eslint-import-resolver-exports@^1.0.0-beta.2 \
  eslint-import-resolver-meteor@^0.4.0 \
  eslint-import-resolver-node@^0.3.6 \
  eslint-plugin-import@2.25.3 \
  eslint-plugin-jsdoc@37.1.0 \
  eslint-plugin-jsx-a11y@6.5.1 \
  eslint-plugin-prettier@4.2.1 \
  eslint-plugin-react@7.30.0 \
  eslint-plugin-simple-import-sort@7.0.0 \
  eslint-plugin-mui-path-imports
  1. Create own .eslintrc.json:
{
    "extends": "@exabyte-io/eslint-config"
}
  1. Add prettier config .prettierrc:
{
    "singleQuote": false,
    "printWidth": 100,
    "trailingComma": "all",
    "tabWidth": 4
}

FAQs

Last updated on 29 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc