This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@socketsecurity/eslint-config

5.0.1 • Public • Published

Socket ESLint Config

Socket Badge

For projects with a tsconfig.json:

{
  "extends": "@socketsecurity",
  "root": true,
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

For projects without a tsconfig.json:

{
  "extends": "@socketsecurity/eslint-config/tsconfig-less",
  "root": true
}

For projects being typed with JSDoc:

{
  "extends": "@socketsecurity/eslint-config/jsdoc",
  "root": true,
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @socketsecurity/eslint-config

Weekly Downloads

10

Version

5.0.1

License

MIT

Unpacked Size

7.6 kB

Total Files

7

Last publish

Collaborators

  • feross
  • socket-bot