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

@intelie/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intelie/eslint-config

Intelie's eslint config

  • 4.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-89.29%
Maintainers
1
Weekly downloads
 
Created
Source

Intelie ESLint config

Install the package

yarn add -D @intelie/eslint-config

Install the peer dependencies

npx install-peerdeps@2.0.1 --dev -o --yarn @intelie/eslint-config

On your package.json:

    "prettier": "@intelie/prettier-config",
    "eslintConfig": {
        "extends": "@intelie"
    },

If you need to make custom changes, extend this configuration:

 "extends": "@intelie/eslint-config",
  "rules": {
       ..."your other rules"
      }
 

IDE & Code Editor notes:

IntelliJ

Under Languages & Frameworks > Javascript > Code Quality Tools > ESLint:

  • Automatic ESLint configuration
  • Run eslint --fix on save

VSCode

Working directories

Under Eslint: Working directories:

If your Javascript project is not on the root of the open project you must define the "eslint.workingDirectories": ["my-root-folder"] setting of the VSCode ESLint plugin to make it work.

Keywords

FAQs

Package last updated on 23 Jun 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc