@socketsecurity/eslint-config

4.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

474

Version

4.0.1

License

MIT

Unpacked Size

7.51 kB

Total Files

7

Last publish

Collaborators

  • jhiesey
  • socket-bot
  • bradleymeck
  • alxhotel
  • feross