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.1.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
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"
      }
 

Editor notes:

VSCode

Validation

Make sure you typescript validation is enabled - it is enabled by default.

"typescript.validate.enable": true

If for some reason you want to turn it off, configure eslint specific validation on your settings:

"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
Working directories

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

Keywords

FAQs

Package last updated on 19 Sep 2020

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