5.0.1 • Published 1 year ago

@socketsecurity/eslint-config v5.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"
  }
}
5.0.1

1 year ago

5.0.0

1 year ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.1

2 years ago

2.0.0

2 years ago

1.0.0

3 years ago

0.0.0

3 years ago