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.
eslint-config-tbremer
Advanced tools
Personal an opinionated ESLint config
Note: if you are using async/await or decorators I would recommend installing eslint-plugin-babel, babel-eslint, and updating your .eslintrc
file with the following options…
{
"parser": "babel-eslint",
"plugins": [ "babel" ],
"extends": "tbremer",
"rules": {
"require-yield": 0,
"generator-star-spacing": 0,
"babel/generator-star-spacing": 2
}
}
accessor-pairs:
array-callback-return
curly:
default-case
eqeqeq
no-caller
no-case-declarations
no-else-return
no-eval
no-extend-native
no-extra-bind
no-fallthrough
no-floating-decimal
no-implicit-coercion
no-implied-eval
no-invalid-this
no-iterator
no-lone-blocks
no-magic-numbers
no-multi-spaces
no-native-reassign
no-proto
no-redeclare
no-useless-call
yoda
array-bracket-spacing:
block-spacing:
brace-style:
camelcase
comma-spacing
comma-style
computed-property-spacing:
eol-last
func-names
func-style:
indent:
key-spacing
keyword-spacing
linebreak-style:
lines-around-comment:
max-depth:
max-len:
max-nested-callbacks
max-params
max-statements-per-line
new-cap
new-parens
newline-after-var
newline-before-return
newline-per-chained-call:
no-array-constructor
no-lonely-if
no-mixed-spaces-and-tabs
no-multiple-empty-lines:
no-new-object
no-spaced-func
no-trailing-spaces
no-unneeded-ternary
no-whitespace-before-property
object-curly-spacing:
object-property-newline
one-var-declaration-per-line
operator-assignment:
operator-linebreak:
padded-blocks:
quote-props:
quotes:
require-jsdoc
semi:
no-console
semi-spacing:
space-before-blocks
space-in-parens:
wrap-regex
arrow-body-style:
arrow-parens:
arrow-spacing
constructor-super
generator-star-spacing:
no-class-assign
no-confusing-arrow
no-const-assign
no-dupe-class-members
no-duplicate-imports
no-new-symbol
no-this-before-super
no-useless-computed-key
no-useless-constructor
no-useless-rename
no-var
object-shorthand:
prefer-arrow-callback
prefer-const
prefer-rest-params
prefer-spread
prefer-template
require-yield
sort-imports
yield-star-spacing:
FAQs
personal opinionated eslint config
The npm package eslint-config-tbremer receives a total of 68 weekly downloads. As such, eslint-config-tbremer popularity was classified as not popular.
We found that eslint-config-tbremer 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.