Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@bmatei/eslint-config
Advanced tools
eslint
- 6.8.0eslint-config-prettier
- 6.10.0prettier
- 1.19.1@typescript-eslint/eslint-plugin
- 2.19.0@typescript-eslint/eslint-plugin-tslint
- 2.19.0@typescript-eslint/parser
- 2.19.0codelyzer
- 5.2.1eslint-config-prettier
index.js
- General rules@typescript-eslint.js
- TypeScript rules@typescript-eslint/eslint-plugin
typescript-eslint/packages/eslint-plugin/src/configs/
all.json
- General ruleseslint-recommended.ts
- Rules checked by TypeScriptrecommended.json
- Recommended rulesgetter-return
- disabled - TypeScriptno-dupe-args
- disabled - TypeScriptno-dupe-keys
- disabled - TypeScriptno-extra-parens
- disabled - Prettier, TypeScriptno-extra-semi
- disabled - Prettier, TypeScriptno-unexpected-multiline
- disabled - Prettierno-unreachable
- disabled - TypeScriptvalid-typeof
- disabled - TypeScriptblock-scoped-var
- disabled - no-var
class-methods-use-this
- disabled since we don't want to enforce static members in classescurly
- disabled - Prettierdefault-param-last
- disabled - TypeScriptdefault-case
- can be omitted locally with // No Default
dot-location
- disabled - Prettierno-empty-function
- disabled - TypeScriptno-eq-null
- disabled - eqeqeq
no-extra-label
- disabled - no-labels
no-floating-decimal
- disabled - Prettierno-implicit-globals
- disabled - no-var
and using ES6 modulesno-implied-eval
- disabled - TypeScriptno-invalid-this
- disabled - Angularno-magic-numbers
- disabled - TypeScriptno-multi-spaces
- disabled - Prettierno-redeclare
- disabled - no-var
and TypeScriptno-return-await
- disabled - TypeScriptno-restricted-properties
- disabled since we don't have anything to restrictno-unused-expressions
- disabled - TypeScriptno-unused-labels
- disabled - no-labels
no-throw-literal
- disabled - TypeScryptno-warning-comments
- FIXME
comments will fail buildsno-with
- disabled - strict
and TypeScriptrequire-await
- disabled - TypeScriptrequire-unicode-regexp
- disabled since we don't want to enforce unicode flag in RegExvars-on-top
- disabled - no-var
wrap-iife
- disabled - Prettierstrict
- Strict mode is implied by default but disabled in TypeScript since we use alwaysStrict
flag in tsconfig.json
init-declarations
- disabled since we don't want to enforce variables initializationno-label-var
- disabled - no-labels
no-restricted-globals
- disabled since we don't have anything to restrictno-undef
- disabled - TypeScriptno-unused-vars
- disabled - no-var
, ES6 and TypeScriptno-use-before-define
- disabled - no-var
, ES6 and TypeScriptcallback-return
- disabled - Nodeglobal-require
- disabled - Nodehandle-callback-err
- disabled - Nodeno-buffer-constructor
- disabled - Nodeno-mixed-requires
- disabled - Nodeno-new-require
- disabled - Nodeno-path-concat
- disabled - Nodeno-process-env
- disabled - Nodeno-process-exit
- disabled - Nodeno-restricted-modules
- disabled since we don't have anything to restrictno-sync
- disabled - Nodearray-bracket-newline
- disabled - Prettierarray-bracket-spacing
- disabled - Prettierarray-element-newline
- disabled - Prettierblock-spacing
- disabled - Prettierbrace-style
- disabled - Prettier, TypeScriptcamelcase
- disabled - TypeScriptcomma-dangle
- disabled - Prettiercomma-spacing
- disabled - Prettier, TypeScriptcomma-style
- disabled - Prettiercomputed-property-spacing
- disabled - Prettierconsistent-this
- disabled since we use target clean contextseol-last
- disabled - Prettierfunc-call-spacing
: disabled - Prettier, TypeScriptfunc-name-matching
: disabled - func-names
function-call-argument-newline
- disabled - Prettierfunction-paren-newline
- disabled - Prettierid-blacklist
- disabled since we don't have anything to blacklistid-match
- this should be enabledimplicit-arrow-linebreak
- disabled - Prettierindent
- disabled - Prettier, TypeScriptjsx-quotes
- disabled - Prettierkey-spacing
- disabled - Prettierkeyword-spacing
- disabled - Prettierline-comment-position
- disabled since we allow line comments everywherelinebreak-style
- disabled - Prettierlines-around-comment
- disabled - Prettiermax-len
- disabled - Prettiermultiline-comment-style
- disabled since we allow both types of multiline commentsmultiline-ternary
- disabled - Prettiernewline-per-chained-call
- disabled - Prettiernew-parens
- disabled - Prettierno-array-constructor
- disabled - TypeScriptno-inline-comments
- disabled since we allow inline commentsno-mixed-operators
- disabled since we don't want to enforce unnecessary parens and Prettierno-mixed-spaces-and-tabs
- disabled - no-tabs
and Prettierno-multiple-empty-lines
- disabled - Prettierno-negated-condition
- disabled since we allow negated conditionsno-restricted-syntax
- disabled since we don't have anything to restrictno-tabs
- disabled - Prettierno-ternary
- disabled since we allow ternary operatorsno-trailing-spaces
- disabled - Prettierno-whitespace-before-property
- disabled - Prettiernonblock-statement-body-position
- disabled - curly
and Prettierobject-curly-newline
- disabled - Prettierobject-curly-spacing
- disabled - Prettierobject-property-newline
- disabled - Prettierone-var-declaration-per-line
- disabled - Prettieroperator-linebreak
- disabled - Prettierpadded-blocks
- disabled - Prettierpadding-line-between-statements
- might need adjustmentsquote-props
- disabled - Prettierquotes
- disabled - Prettier, TypeScriptsemi
- disabled - Prettiersemi-spacing
- disabled - Prettiersemi-style
- disabled - Prettiersort-keys
- disabled since we don't want to sort object keyssort-vars
- disabled since we don't want to sort variablesspace-before-blocks
- disabled - Prettierspace-before-function-paren
- disabled - Prettierspace-in-parens
- disabled - Prettierspace-infix-ops
- disabled - Prettierspace-unary-ops
- disabled - Prettierswitch-colon-spacing
- disabled - Prettiertemplate-tag-spacing
- disabled - Prettierunicode-bom
- disabled - Prettierwrap-regex
- disabled since we don't want to wrap RegEx expressions and Prettierarrow-body-style
- disabled - Prettierarrow-parens
- disabled - Prettierarrow-spacing
- disabled - Prettierconstructor-super
- disabled - TypeScriptgenerator-star-spacing
- disabled - Prettierno-confusing-arrow
- disabled - Prettierno-const-assign
- disabled - TypeScriptno-duple-class-members
- disabled - TypeScriptno-new-symbol
- disabled - TypeScriptno-this-before-super
- disabled - TypeScriptno-useless-constructor
- disabled since we use dependency injection and TypeScriptprefer-arrow-callback
- disabled - Prettierrest-spread-spacing
- disabled - Prettiersort-imports
- this needs to be adjusted in the future as for the moment the rule can't separate imports via blank linestemplate-curly-spacing
- disabled - Prettieryield-star-spacing
- disabled - Prettier@typescript-eslint/brace-style
- disabled - Prettier@typescript-eslint/comma-spacing
- disabled - Prettier@typescript-eslint/func-call-spacing
- disabled - Prettier@typescript-eslint/indent
- disabled - Prettier@typescript-eslint/generic-type-naming
- disabled since we don't want to enforce naming on types@typescript-eslint/member-delimiter-style
- disabled - Prettier@typescript-eslint/member-naming
- disabled since we don't want to enforce certain naming@typescript-eslint/member-ordering
- this can be improved drastically@typescript-eslint/naming-convention
- disabled - @typescript-eslint/camelcase
@typescript-eslint/no-explicit-any
- disabled since we allow any@typescript-eslint/explicit-module-boundary-types
- disabled since we want consistent return types@typescript-eslint/no-extra-parens
- disabled - Prettier@typescript-eslint/no-extra-semi
- disabled - Prettier@typescript-eslint/no-floating-promises
- disabled - Angular@typescript-eslint/no-magic-numbers
- disabled - NestJS@typescript-eslint/no-unnecessary-condition
- disabled since we allow certain conditions@typescript-eslint/no-untyped-public-signature
- disabled - explicit-module-boundary-types
@typescript-eslint/no-unused-vars
- disabled since this is reported by compiler@typescript-eslint/no-unused-vars-experimental
- disabled since this is reported by compiler@typescript-eslint/no-use-before-define
- disabled since this is reported by compiler@typescript-eslint/no-useless-constructor
- disabled since we use dependency injection@typescript-eslint/prefer-namespace-keyword
- disabled since we don't use namespace@typescript-eslint/promise-function-async
- disabled - Angular@typescript-eslint/quotes
- disabled - Prettier@typescript-eslint/return-await
- disabled - NestJS@typescript-eslint/semi
- disabled - Prettier@typescript-eslint/space-before-function-paren
- disabled - Prettier@typescript-eslint/type-annotation-spacing
- disabled - Prettier@typescript-eslint/strict-boolean-expressions
- disabled since we want to allow short checks@typescript-eslint/typedef
- this should be updated accordinglyFAQs
Configurations for ESLint.
The npm package @bmatei/eslint-config receives a total of 1 weekly downloads. As such, @bmatei/eslint-config popularity was classified as not popular.
We found that @bmatei/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.